Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Untaek authored Dec 1, 2024
1 parent 226cc12 commit 9199300
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:

- run: yarn install --immutable

- run: yarn npm publish --tolerate-republish
- run: yarn build

- run: yarn npm publish
env:
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 9199300

Please sign in to comment.