Skip to content

Commit

Permalink
fix(gh-release): changed from _authToken to //registry.npmjs.org/:_au…
Browse files Browse the repository at this point in the history
…thToken (#6661)
  • Loading branch information
lexasq authored Jul 3, 2024
1 parent 83d80fe commit b1b1f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
uses: martinbeentjes/[email protected]
- run: |
npm config set registry https://registry.npmjs.org/
npm config set _authToken=${{ secrets.NPM_TOKEN }}
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
npm dist-tag add ngx-bootstrap@${{ steps.package-version.outputs.current-version}} latest

0 comments on commit b1b1f54

Please sign in to comment.