Skip to content

Commit

Permalink
Merge pull request #1796 from jrjohnson/fixup-tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
jrjohnson authored Jul 19, 2024
2 parents 94e11ad + 127c0e0 commit 3e55800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Increment Version
run: npx versionup --level ${{ github.event.inputs.releaseType }}
- run: |
NEW_TAG=`node -p "require('package.json').version"`
NEW_TAG=`node -p "require('./package.json').version"`
echo ${NEW_TAG}
echo "new_tag=${NEW_TAG}" >> $GITHUB_ENV
- name: Tag Version
Expand Down

0 comments on commit 3e55800

Please sign in to comment.