We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8a28f commit ecad42cCopy full SHA for ecad42c
.github/workflows/dispatch_release.yaml
@@ -70,7 +70,7 @@ jobs:
70
uses: ad-m/github-push-action@master
71
with:
72
github_token: ${{ secrets.PAT_TOKEN }}
73
- branch: master
+ branch: ${{ github.ref }}
74
- name: notice when job fails
75
if: failure()
76
uses: 8398a7/[email protected]
0 commit comments