Skip to content

Commit c98ffa3

Browse files
committed
fix git push again
1 parent ff18427 commit c98ffa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 HEAD
38+
git push origin HEAD:master

0 commit comments

Comments
 (0)