We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f562a40 commit 7706216Copy full SHA for 7706216
1 file changed
.github/workflows/release.yaml
@@ -124,7 +124,7 @@ jobs:
124
shell: bash
125
126
- name: Publish Archive
127
- uses: softprops/action-gh-release@v2.5.0
+ uses: softprops/action-gh-release@v2.6.1
128
if: ${{ startsWith(github.ref, 'refs/tags/') }}
129
with:
130
draft: false
@@ -134,7 +134,7 @@ jobs:
134
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
135
136
- name: Publish Changelog
137
138
if: >-
139
${{
140
startsWith(github.ref, 'refs/tags/')
@@ -182,7 +182,7 @@ jobs:
182
shasum -a 256 * > ../SHA256SUMS
183
184
- name: Publish Checksums
185
186
187
188
files: SHA256SUMS
0 commit comments