We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4d235e + be438f2 commit b5b82f7Copy full SHA for b5b82f7
1 file changed
.github/workflows/lf-release.yml
@@ -22,7 +22,7 @@ jobs:
22
egress-policy: 'audit'
23
24
- name: 'Create GitHub Release for ${{ github.ref_name }}'
25
- uses: 'softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe' # v2.6.1
+ uses: 'softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda' # v3.0.0
26
with:
27
tag_name: '${{ github.ref_name }}'
28
body: |
0 commit comments