Skip to content

Commit

Permalink
chore(ci): fix release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Dec 26, 2023
1 parent d6dcfc9 commit 5b18014
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 @@ -58,7 +58,7 @@ jobs:
with:
artifacts: "zxing-wasm-${{ steps.commit-id.outputs.id }}.tgz"
commit: ${{ github.head_ref || github.ref_name }}
tag: ${{ steps.commit-id.outputs.id }}
tag: "pr-${{ steps.get-pr-number.outputs.number }}-test-package"
allowUpdates: true
- name: Get release url
id: release-url
Expand Down

0 comments on commit 5b18014

Please sign in to comment.