Skip to content

Commit f8f0ca3

Browse files
committed
chore: install and build before publishing rc
1 parent 395852b commit f8f0ca3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
env:
3030
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3131
- name: release
32-
run: npm run release:rc -- --yes
32+
run: |
33+
npm install
34+
npm run build
35+
npm run release:rc -- --yes
3336
env:
3437
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3538
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)