Fixes
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -48,12 +48,7 @@ jobs:
|
||||
run: npm pack
|
||||
|
||||
- name: Publish NPM
|
||||
run: npm publish --tarball=./infisical-sdk-v2-${{github.ref_name}}
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
- name: Publish NPM
|
||||
run: npm publish --dry-run --access public --registry=https://registry.npmjs.org/ # todo: remove dry run
|
||||
run: npm publish --tarball=./infisical-sdk-v2-${{github.ref_name}} --dry-run --access public --registry=https://registry.npmjs.org/ # todo: remove dry run
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user