Skip to content

Commit 9a00ee0

Browse files
committed
Fix branch typo.
1 parent 34d94f3 commit 9a00ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
git config --local user.email "quebin31@gmail.com"
6868
git config --local user.name "Kevin (CI/CD)"
6969
git commit -m "updver: $version" -a
70-
git push origin HEAD:refs/head/master
70+
git push origin HEAD:refs/heads/master
7171
- name: Publish to GitHub
7272
uses: softprops/action-gh-release@v1
7373
with:

0 commit comments

Comments
 (0)