Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Aug 29, 2024
1 parent 406333e commit f952401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@infisical/sdk-v2",
"version": "0.0.0",
"main": "./lib/index.js",
"private": false,
"files": [
"lib"
],
Expand Down

0 comments on commit f952401

Please sign in to comment.