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 f9bfca8 commit 1facde4Copy full SHA for 1facde4
.github/workflows/release.yml
@@ -62,3 +62,4 @@ jobs:
62
tag_name: v${{ steps.set_version.outputs.version }}
63
draft: false
64
prerelease: ${{ steps.set_version.outputs.prerelease }}
65
+ target_commitish: ${{ github.head_ref || github.ref_name }}
0 commit comments