Skip to content

Commit

Permalink
Merge pull request #220 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 eb94e05 + 17977f7 commit 17cd727
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 @@ -18,6 +18,8 @@ jobs:
- run: npm run build
- run: cd packages/types/
- run: npm publish --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: cd ../util/
- run: npm publish --tag next
env:
Expand Down

0 comments on commit 17cd727

Please sign in to comment.