Skip to content

Commit b1acfbe

Browse files
committed
feat: add push empty commit step
1 parent 8b9f3fe commit b1acfbe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
git config --global user.name "${GITHUB_ACTOR}"
6767
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
6868
69+
- name: Push empty commit
70+
run: |
71+
git commit --allow-empty -m "chore: test env"
72+
git push
73+
6974
- name: Release
7075
run: yarn release
7176

0 commit comments

Comments
 (0)