Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Aug 29, 2024
1 parent f952401 commit f36808e
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-v2-${{github.ref_name}} --dry-run --access public --registry=https://registry.npmjs.org/ # todo: remove dry run
run: npm publish --tarball=./infisical-sdk-v2-${{github.ref_name}} --access public --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 f36808e

Please sign in to comment.