We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3add0 commit 28d2abeCopy full SHA for 28d2abe
.github/workflows/push.yml
@@ -26,6 +26,7 @@ jobs:
26
uses: jason2866/[email protected]
27
with:
28
tag_name: ${{ github.run_number }}
29
+ target_commitish: ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
30
body_path: release-info.txt
31
prerelease: true
32
files: |
0 commit comments