We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b40a871 + 963ef29 commit 1ac6e1bCopy full SHA for 1ac6e1b
1 file changed
.github/workflows/_release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Create GitHub Release
24
# We pin to the SHA, not the tag, for security reasons.
25
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
26
- uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
+ uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
27
with:
28
prerelease: ${{ contains(github.ref_name, 'a') || contains(github.ref_name, 'b') || contains(github.ref_name, 'rc') }}
29
files: "*"
0 commit comments