We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d94f3 commit 9a00ee0Copy full SHA for 9a00ee0
.github/workflows/main.yml
@@ -67,7 +67,7 @@ jobs:
67
git config --local user.email "quebin31@gmail.com"
68
git config --local user.name "Kevin (CI/CD)"
69
git commit -m "updver: $version" -a
70
- git push origin HEAD:refs/head/master
+ git push origin HEAD:refs/heads/master
71
- name: Publish to GitHub
72
uses: softprops/action-gh-release@v1
73
with:
0 commit comments