We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc90f89 commit 80d9817Copy full SHA for 80d9817
.github/workflows/pr_compile_scripts.yml
@@ -68,7 +68,7 @@ jobs:
68
69
# Publish a release
70
- name: Release
71
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
72
if: startsWith(github.ref, 'refs/tags/') # only publish tagged commits
73
with:
74
files: |
0 commit comments