Skip to content

Commit

Permalink
chore: fix ci release
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Mar 10, 2022
1 parent 673abb6 commit eb57331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
with:
branch: gh-pages
folder: docs
- run: pnpx t
- run: pnpm publish
- run: pnpx tsc
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit eb57331

Please sign in to comment.