We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d12556 commit 19f37feCopy full SHA for 19f37fe
.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@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
+ uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
27
with:
28
prerelease: ${{ contains(github.ref_name, 'a') || contains(github.ref_name, 'b') || contains(github.ref_name, 'rc') }}
29
files: "*"
0 commit comments