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:
133
133
# continuous
134
134
- name : Releaser (Continuous)
135
135
if : env.HAS_RUNIMAGE == 'TRUE'
136
- uses : softprops/action-gh-release@v2.2.1
136
+ uses : softprops/action-gh-release@v2.3.4
137
137
with :
138
138
name : " Continuous ${{ matrix.image }}_${{ matrix.arch }}"
139
139
tag_name : " ${{ matrix.image }}_${{ matrix.arch }}"
@@ -147,7 +147,7 @@ jobs:
147
147
# Snapshot
148
148
- name : Releaser (Snapshot)
149
149
if : env.HAS_RUNIMAGE == 'TRUE'
150
- uses : softprops/action-gh-release@v2.2.1
150
+ uses : softprops/action-gh-release@v2.3.4
151
151
with :
152
152
name : " Snapshot-(${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"
153
153
tag_name : " ${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142
142
# continuous
143
143
- name : Releaser (Continuous)
144
144
if : env.HAS_RUNIMAGE == 'TRUE'
145
- uses : softprops/action-gh-release@v2.2.1
145
+ uses : softprops/action-gh-release@v2.3.4
146
146
with :
147
147
name : " Continuous ${{ matrix.image }}_${{ matrix.arch }}"
148
148
tag_name : " ${{ matrix.image }}_${{ matrix.arch }}"
@@ -156,7 +156,7 @@ jobs:
156
156
# Snapshot
157
157
- name : Releaser (Snapshot)
158
158
if : env.HAS_RUNIMAGE == 'TRUE'
159
- uses : softprops/action-gh-release@v2.2.1
159
+ uses : softprops/action-gh-release@v2.3.4
160
160
with :
161
161
name : " Snapshot-(${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"
162
162
tag_name : " ${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"
You can’t perform that action at this time.
0 commit comments