Skip to content

Commit 80d9817

Browse files
committed
Update github release action
1 parent dc90f89 commit 80d9817

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
@@ -68,7 +68,7 @@ jobs:
6868
6969
# Publish a release
7070
- name: Release
71-
uses: softprops/action-gh-release@v1
71+
uses: softprops/action-gh-release@v2
7272
if: startsWith(github.ref, 'refs/tags/') # only publish tagged commits
7373
with:
7474
files: |

0 commit comments

Comments
 (0)