Skip to content

Commit 95847bc

Browse files
committed
chore(ci): fix release
1 parent 063c3e9 commit 95847bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: ncipollo/release-action@v1
4949
with:
5050
artifacts: "zxing-wasm-${{ steps.commit_id.outputs.commit_id }}.tgz"
51-
commit: ${{ steps.commit_id.outputs.commit_id }}
51+
commit: ${{ github.head_ref || github.ref_name }}
5252
tag: ${{ steps.commit_id.outputs.commit_id }}
5353
allowUpdates: true
5454
draft: true

0 commit comments

Comments
 (0)