Skip to content

Commit 9199300

Browse files
authored
Update publish.yml
1 parent 226cc12 commit 9199300

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727

2828
- run: yarn install --immutable
2929

30-
- run: yarn npm publish --tolerate-republish
30+
- run: yarn build
31+
32+
- run: yarn npm publish
3133
env:
3234
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)