Skip to content

Commit 527b8b3

Browse files
committed
fix: post clean job
1 parent 0927d96 commit 527b8b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ jobs:
2828
GITHUB_TOKEN: ${{ env.BOT_TOKEN }}
2929
GIT_COMMITTER_NAME: ${{ env.BOT_NAME }}
3030
GIT_COMMITTER_EMAIL: ${{ env.BOT_NAME }}@users.noreply.github.com
31+
- name: 🚧 Install
32+
run: yarn
3133
- name: 📦 Build
3234
run: yarn build

0 commit comments

Comments
 (0)