Skip to content

Commit f56be94

Browse files
authored
Fix creating release from other branches (#311)
+semver:patch
1 parent 4139be7 commit f56be94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
uses: gittools/actions/gitversion/execute@v4
2323

2424
- name: Create Release
25-
run: gh release create ${{ steps.gitversion.outputs.majorMinorPatch }} --generate-notes
25+
run: gh release create ${{ steps.gitversion.outputs.majorMinorPatch }} --generate-notes --target $GITHUB_SHA
2626
env:
2727
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)