Update release.yml

This commit is contained in:
Daniel Hougaard
2024-08-30 02:07:32 +04:00
parent f952401dcd
commit f36808e6b6

View File

@@ -48,7 +48,7 @@ jobs:
run: npm pack run: npm pack
- name: Publish NPM - 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: env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}