Skip to content

Commit 92a76b0

Browse files
committed
chore: fix relesase commitish
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 770bd8a commit 92a76b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,5 @@ jobs:
169169
tag_name: ${{ needs.bump.outputs.version }}
170170
name: ${{ needs.bump.outputs.version_plain }}
171171
prerelease: ${{ github.event.inputs.prerelease }}
172-
files: ${{ env.ASSETS_DIR }}/*
172+
files: '${{ env.ASSETS_DIR }}/*'
173+
target_commitish: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)