We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30ba75 commit 565cbe5Copy full SHA for 565cbe5
1 file changed
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: push tag
30
uses: ad-m/github-push-action@master
31
with:
32
- branch: ${{ github.head_ref }}
+ branch: master
33
tags: true
34
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
35
- name: Create a Release
0 commit comments