Skip to content

Commit

Permalink
Use correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Oct 31, 2024
1 parent b2ef015 commit 988ffa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Set version
run: |
npm version --no-git-tag-version ${{ inputs.version }}
npm version --no-git-tag-version $VERSION
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{needs.setup.outputs.release-version}}
Expand Down

0 comments on commit 988ffa5

Please sign in to comment.