Skip to content

Commit

Permalink
fix(ci): release monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Jun 15, 2022
1 parent 94e5609 commit df4df2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
GITHUB_TOKEN: ${{secrets.GH_TOKEN}}

- name: Publish to NPM
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
run: pnpm -r publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit df4df2b

Please sign in to comment.