Update release.yml

This commit is contained in:
Daniel Hougaard
2024-09-02 19:18:33 +04:00
parent 6643020b45
commit 13fec94e28

View File

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