We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613e8bc commit 771a360Copy full SHA for 771a360
.github/workflows/go-binaries.yml
@@ -39,7 +39,7 @@ jobs:
39
run: make release
40
41
- name: Create GitHub Release
42
- uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
+ uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
43
if: startsWith(github.ref, 'refs/tags/')
44
with:
45
generate_release_notes: true
0 commit comments