Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 28, 2023
1 parent 028e948 commit 0c4e8b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: copy example to create-tsbb
working-directory: packages/create-tsbb
run: npm run copy

- run: npm publish --access public
name: 📦 create-tsbb publish to NPM
continue-on-error: true
Expand Down

0 comments on commit 0c4e8b3

Please sign in to comment.