File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}"
You can’t perform that action at this time.
0 commit comments