Skip to content

Commit 9a34d05

Browse files
committed
feat: remove push empty commit
1 parent eee38ff commit 9a34d05

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ jobs:
6161
git config --global user.name "${GITHUB_ACTOR}"
6262
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
6363
64-
- name: Push empty commit
65-
run: |
66-
git commit --allow-empty -m "chore: test env"
67-
git push
68-
6964
- name: Release
7065
run: yarn release
7166

0 commit comments

Comments
 (0)