Skip to content

Commit 5fd87f2

Browse files
committed
Fix CI warning by updating action-gh-release version
1 parent feeecf6 commit 5fd87f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_compile_scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
# Publish a release
6262
- name: Release
63-
uses: softprops/action-gh-release@v1
63+
uses: softprops/action-gh-release@v2
6464
if: startsWith(github.ref, 'refs/tags/') # only publish tagged commits
6565
with:
6666
files: |

0 commit comments

Comments
 (0)