Fix CI warning by updating action-gh-release version
This commit is contained in:
2
.github/workflows/pr_compile_scripts.yml
vendored
2
.github/workflows/pr_compile_scripts.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
||||
|
||||
# Publish a release
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/') # only publish tagged commits
|
||||
with:
|
||||
files: |
|
||||
|
||||
Reference in New Issue
Block a user