Skip to content

Commit

Permalink
chore(ci): fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Dec 26, 2023
1 parent 063c3e9 commit 95847bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "zxing-wasm-${{ steps.commit_id.outputs.commit_id }}.tgz"
commit: ${{ steps.commit_id.outputs.commit_id }}
commit: ${{ github.head_ref || github.ref_name }}
tag: ${{ steps.commit_id.outputs.commit_id }}
allowUpdates: true
draft: true

0 comments on commit 95847bc

Please sign in to comment.