Skip to content

Commit 45e47e7

Browse files
Update softprops/action-gh-release action to v2.3.2
1 parent d93a4f9 commit 45e47e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fetch_releases.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
#continuous
139139
- name: Releaser (Continuous)
140140
if: env.HAS_RELEASE == 'TRUE'
141-
uses: softprops/action-gh-release@v2.2.1
141+
uses: softprops/action-gh-release@v2.3.2
142142
with:
143143
name: "Continuous ${{ matrix.title }}_${{ matrix.arch }}"
144144
tag_name: "${{ matrix.title }}_${{ matrix.arch }}"
@@ -153,7 +153,7 @@ jobs:
153153
#Snapshot
154154
- name: Releaser (Snapshot)
155155
if: env.HAS_RELEASE == 'TRUE'
156-
uses: softprops/action-gh-release@v2.2.1
156+
uses: softprops/action-gh-release@v2.3.2
157157
with:
158158
name: "Snapshot-(${{ matrix.title }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"
159159
tag_name: "${{ matrix.title }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"

0 commit comments

Comments
 (0)