Skip to content

Commit

Permalink
Update release_build_infisical_cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Nov 12, 2024
1 parent df468e4 commit ea3d164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_build_infisical_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
run: npm pack

- name: Publish NPM
working-directory: ${{ env.working-directory }}
run: npm publish --tarball=./infisical-sdk-${{github.ref_name}} --access public --registry=https://registry.npmjs.org/ --dry-run
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit ea3d164

Please sign in to comment.