Skip to content

Commit

Permalink
chore(deps): update softprops/action-gh-release digest to 9b795e5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 7, 2024
1 parent 7f8d1a7 commit 1947df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: cargo publish --dry-run

- name: Github Release
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564
uses: softprops/action-gh-release@9b795e578288d5ff64564dfa7dd4cda7b04bb648
with:
files: |
target/package/swc_mut_cjs_exports-*.crate
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- run: pnpm pack

- name: Github Release
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564
uses: softprops/action-gh-release@9b795e578288d5ff64564dfa7dd4cda7b04bb648
with:
files: |
target/wasm32-unknown-unknown/release/swc_mut_cjs_exports.wasm
Expand Down

0 comments on commit 1947df8

Please sign in to comment.