File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 # continuous
134134 - name : Releaser (Continuous)
135135 if : env.HAS_RUNIMAGE == 'TRUE'
136- uses : softprops/action-gh-release@v2.2.1
136+ uses : softprops/action-gh-release@v2.5.0
137137 with :
138138 name : " Continuous ${{ matrix.image }}_${{ matrix.arch }}"
139139 tag_name : " ${{ matrix.image }}_${{ matrix.arch }}"
@@ -147,7 +147,7 @@ jobs:
147147 # Snapshot
148148 - name : Releaser (Snapshot)
149149 if : env.HAS_RUNIMAGE == 'TRUE'
150- uses : softprops/action-gh-release@v2.2.1
150+ uses : softprops/action-gh-release@v2.5.0
151151 with :
152152 name : " Snapshot-(${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"
153153 tag_name : " ${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142142 # continuous
143143 - name : Releaser (Continuous)
144144 if : env.HAS_RUNIMAGE == 'TRUE'
145- uses : softprops/action-gh-release@v2.2.1
145+ uses : softprops/action-gh-release@v2.5.0
146146 with :
147147 name : " Continuous ${{ matrix.image }}_${{ matrix.arch }}"
148148 tag_name : " ${{ matrix.image }}_${{ matrix.arch }}"
@@ -156,7 +156,7 @@ jobs:
156156 # Snapshot
157157 - name : Releaser (Snapshot)
158158 if : env.HAS_RUNIMAGE == 'TRUE'
159- uses : softprops/action-gh-release@v2.2.1
159+ uses : softprops/action-gh-release@v2.5.0
160160 with :
161161 name : " Snapshot-(${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"
162162 tag_name : " ${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"
You can’t perform that action at this time.
0 commit comments