Skip to content

Commit db5290e

Browse files
committed
chore: fix relesase commitish
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent d17f786 commit db5290e

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
@@ -180,4 +180,5 @@ jobs:
180180
tag_name: ${{ needs.bump.outputs.version }}
181181
name: ${{ needs.bump.outputs.version_plain }}
182182
prerelease: ${{ github.event.inputs.prerelease }}
183-
files: ${{ env.ASSETS_DIR }}/*
183+
files: '${{ env.ASSETS_DIR }}/*'
184+
target_commitish: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)