Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Sep 2, 2024
1 parent 64efd35 commit f5ad84e
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 @@ -48,7 +48,7 @@ jobs:
run: npm pack

- name: Publish NPM
run: npm publish --tarball=./infisical-sdk-${{github.ref_name}} --access public --tag v3 --registry=https://registry.npmjs.org/ # todo: remove dry run
run: npm publish --tarball=./infisical-sdk-${{github.ref_name}} --access public --tag infisical-v3 --registry=https://registry.npmjs.org/ # todo: remove dry run
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit f5ad84e

Please sign in to comment.