Skip to content

Commit

Permalink
fix: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
psirenny authored Mar 7, 2022
1 parent d382b46 commit 6ebfc00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
registry-url: https://registry.npmjs.org
scope: '@spear-ai'
- run: |
echo '//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}' > ${{ github.workspace }}/.npmrc
cat .npmrc
yarn install
npm publish --@spear-ai:registry=https://registry.npmjs.com --access=public
env:
Expand Down

0 comments on commit 6ebfc00

Please sign in to comment.