Skip to content

Commit 28cde7d

Browse files
cli build-phar workflow: set target_commitish for release (#4520)
2 parents d804b57 + f971291 commit 28cde7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-phar.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
with:
8888
files: shopsys.phar
8989
tag_name: ${{ steps.release_tag.outputs.tag }}
90+
target_commitish: ${{ github.sha }}
9091
name: ${{ steps.release_tag.outputs.tag }}
9192
prerelease: ${{ steps.release_tag.outputs.is_prerelease == 'true' }}
9293
generate_release_notes: ${{ steps.release_tag.outputs.replace_existing != 'true' }}

0 commit comments

Comments
 (0)