Skip to content

Commit

Permalink
chore(ci): release-url
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Dec 26, 2023
1 parent 4d369ab commit c3bf372
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 @@ -60,7 +60,7 @@ jobs:
id: release-url
uses: frabert/replace-string-action@v2
with:
pattern: "^(.+?\/releases\/)tag(\/.+?)$"
pattern: "^(.+?/releases/)tag(/.+?)$"
string: ${{ steps.release.outputs.html_url }}
replace-with: "$1download$2/zxing-wasm-${{ steps.commit-id.outputs.id }}.tgz"
- name: Get PR number
Expand Down

0 comments on commit c3bf372

Please sign in to comment.