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
|
# Publish a release
|
||||||
- name: 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
|
if: startsWith(github.ref, 'refs/tags/') # only publish tagged commits
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
|
|||||||
Reference in New Issue
Block a user