Skip to content

Commit

Permalink
fix npm publish (#1463)
Browse files Browse the repository at this point in the history
Co-authored-by: magorsky <[email protected]>
  • Loading branch information
Magorsky and DDmitriy248 authored Nov 30, 2023
1 parent f7f0fd7 commit 32d12a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD-gear-hooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
working-directory: utils/gear-hooks
run: |
export token=$(printenv $(printenv GITHUB_ACTOR))
npm config set //registry.npmjs.org/:_authToken=$token
npm config set //registry.npmjs.org/:_authToken=$token --no-workspaces
npm publish
env:
osipov-mit: ${{ secrets.OSIPOV_NPM_TOKEN }}
Expand Down

0 comments on commit 32d12a0

Please sign in to comment.