Skip to content

Commit

Permalink
ci: publish missing config
Browse files Browse the repository at this point in the history
  • Loading branch information
zce committed Nov 24, 2023
1 parent 25e0d48 commit 715f1c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v4
with:
registry-url: https://registry.npmjs.org/
node-version: lts/*
cache: pnpm
- run: pnpm install
- run: pnpm build
- run: npm publish
- run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 715f1c6

Please sign in to comment.