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.
1 parent e09fdc1 commit dcdd9ebCopy full SHA for dcdd9eb
1 file changed
.github/workflows/release-build.yml
@@ -81,7 +81,7 @@ jobs:
81
82
- name: Create release if tagged
83
if: startsWith(github.ref, 'refs/tags/')
84
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v3
85
with:
86
generate_release_notes: true
87
@@ -93,7 +93,7 @@ jobs:
93
# generated release notes.
94
- name: Update release with SHA256
95
96
97
98
append_body: true
99
body_path: SHA256SUMS
0 commit comments