Skip to content

Commit

Permalink
Merge pull request #221 from idrawjs/dev-v0.4
Browse files Browse the repository at this point in the history
ci: update github action
  • Loading branch information
chenshenhai authored Oct 15, 2023
2 parents 17cd727 + 986453c commit c8d85f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
- run: pnpm i
- run: npm run test
- run: npm run build
- run: cd packages/types/
- run: npm publish --tag next
- run: npm publish -w ./packages/types --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: cd ../util/
- run: npm publish --tag next
- run: npm publish -w ./packages/util --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c8d85f8

Please sign in to comment.