Skip to content

Commit d9eddc3

Browse files
committed
ensure we tag the commit we are releasing
1 parent cc49e97 commit d9eddc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
- name: Publish the release
8484
uses: softprops/action-gh-release@v1
8585
with:
86+
target_commitish: ${{ needs.init.outputs.commit_sha1 }}
8687
tag_name: ${{ needs.init.outputs.tag_name }}
8788
name: "${{ github.event.inputs.group }} release"
8889
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)