Skip to content

Commit

Permalink
Update version-bump.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iseizuu committed Aug 25, 2024
1 parent 1e99d15 commit 9498f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Get new version
id: new_version
run: echo "NEW_VERSION=$(node -p -e \"require('./package.json').version\")" >> $GITHUB_ENV
run: echo "NEW_VERSION=$(node -p -e \"require('./package.json').version\")" >> $github.env

- name: Commit and push changes
run: |
Expand Down

0 comments on commit 9498f66

Please sign in to comment.