Skip to content

Commit

Permalink
fix(npm): fix authenticating for yarn npm publish (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
favna authored Mar 24, 2024
1 parent c535a01 commit 5a0ce6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ jobs:
shell: bash
working-directory: npm/git-cliff
run: |
yarn config set npmAuthToken ${NODE_AUTH_TOKEN}
yarn config set npmPublishRegistry "https://registry.npmjs.org"
yarn install
yarn build
cp ../../README.md .
Expand Down

0 comments on commit 5a0ce6a

Please sign in to comment.