Skip to content

Commit

Permalink
chore: fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwessel committed Feb 24, 2024
1 parent 3058c25 commit a25adab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
run: |
npm version ${{ inputs.version }} --no-git-tag-version
npm version ${{ inputs.version }} --no-git-tag-version --workspaces
scripts/commitVersion.sh
git config --global user.name '${{ vars.CI_COMMIT_AUTHOR}}'
git config --global user.email '[email protected]'
git config --global push.followTags true
scripts/commitVersion.sh
echo New version:
echo $(node -p -e "require('./package.json').version")
id: bump_version
Expand Down

0 comments on commit a25adab

Please sign in to comment.