Skip to content

Commit ff18427

Browse files
committed
fix push issue
1 parent 6cd8a85 commit ff18427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Publish
44

55
on:
66
release:
7-
types: [created]
7+
types: [published]
88

99
jobs:
1010
publish:
@@ -35,4 +35,4 @@ jobs:
3535
git config --global user.email "noreply@github.com"
3636
git add .
3737
git commit -m "[actions] Release ${{ github.event.release.tag_name }}"
38-
git push origin master
38+
git push origin HEAD

0 commit comments

Comments
 (0)