Skip to content

Commit c539d9c

Browse files
committed
fix: use specific commit for tag target, not default branch
1 parent 2bb9c8c commit c539d9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,4 @@ jobs:
125125
prerelease: true
126126
name: ${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}${{ github.run_number }}
127127
tag_name: v${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}${{ github.run_number }}
128+
target_commitish: ${{ github.sha }}

0 commit comments

Comments
 (0)