Skip to content

Commit a9a7bca

Browse files
Update softprops/action-gh-release action to v2.3.4
1 parent 8500642 commit a9a7bca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/create_aarch64-Linux.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.3.4
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.3.4
151151
with:
152152
name: "Snapshot-(${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"
153153
tag_name: "${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"

.github/workflows/create_x86_64-Linux.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.3.4
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.3.4
160160
with:
161161
name: "Snapshot-(${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"
162162
tag_name: "${{ matrix.image }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"

0 commit comments

Comments
 (0)