Skip to content

Commit 7706216

Browse files
authored
Update softprops/action-gh-release to 2.6.1 (#3253)
1 parent f562a40 commit 7706216

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
shell: bash
125125

126126
- name: Publish Archive
127-
uses: softprops/action-gh-release@v2.5.0
127+
uses: softprops/action-gh-release@v2.6.1
128128
if: ${{ startsWith(github.ref, 'refs/tags/') }}
129129
with:
130130
draft: false
@@ -134,7 +134,7 @@ jobs:
134134
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
135135

136136
- name: Publish Changelog
137-
uses: softprops/action-gh-release@v2.5.0
137+
uses: softprops/action-gh-release@v2.6.1
138138
if: >-
139139
${{
140140
startsWith(github.ref, 'refs/tags/')
@@ -182,7 +182,7 @@ jobs:
182182
shasum -a 256 * > ../SHA256SUMS
183183
184184
- name: Publish Checksums
185-
uses: softprops/action-gh-release@v2.5.0
185+
uses: softprops/action-gh-release@v2.6.1
186186
with:
187187
draft: false
188188
files: SHA256SUMS

0 commit comments

Comments
 (0)