Skip to content

Commit

Permalink
TENT-5976 fix: Remove v prefix for NPM RELEASE_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbarth-disy committed Nov 8, 2024
1 parent 358140c commit 11e697b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Publish npm package
run: |
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
npm publish --verbose --access=public --tag=v${{ env.RELEASE_TAG }}
npm publish --verbose --access=public --tag=${{ env.RELEASE_TAG }}
env:
NPM_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}

Expand Down

0 comments on commit 11e697b

Please sign in to comment.