Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2ed5ebb

Browse files
authoredJul 22, 2024··
chore(deps): update softprops/action-gh-release action to v2
1 parent 58a5f30 commit 2ed5ebb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Upload benchmark results to release
6969
if: inputs.tag != 'null'
70-
uses: softprops/action-gh-release@v1
70+
uses: softprops/action-gh-release@v2
7171
with:
7272
files: ./benches/PERFORMANCE.txt
7373
tag_name: ${{ inputs.tag }}

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134

135135
- name: Add air-interpreter-wasm artifact to GitHub release
136136
if: needs.release-please.outputs.air-interpreter-release-created
137-
uses: softprops/action-gh-release@v1
137+
uses: softprops/action-gh-release@v2
138138
with:
139139
files: target/wasm32-wasi/release/air_interpreter_server.wasm
140140
tag_name: ${{ needs.release-please.outputs.air-interpreter-tag-name }}

0 commit comments

Comments
 (0)
Please sign in to comment.