Skip to content

Commit

Permalink
chore(deps): update softprops/action-gh-release digest to d1798aa
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent 7d90ebc commit a571592
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@d1798aa3dc45a3eb4258be26641b43ef01552715
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@d1798aa3dc45a3eb4258be26641b43ef01552715
with:
files: |
target/wasm32-unknown-unknown/release/swc_mut_cjs_exports.wasm
Expand Down

0 comments on commit a571592

Please sign in to comment.