Skip to content

Commit 8c90c4f

Browse files
[ci] Generate list images matrix in backward browser versions (#2977)
[skip ci] Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 1ba75e5 commit 8c90c4f

File tree

5 files changed

+129
-3
lines changed

5 files changed

+129
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
- name: Create Release
212212
if: env.LATEST_TAG != env.NEXT_TAG
213213
id: create_release
214-
uses: softprops/[email protected].3
214+
uses: softprops/[email protected].4
215215
with:
216216
token: ${{ secrets.GITHUB_TOKEN }}
217217
tag_name: "${{ env.GRID_VERSION }}-${{ env.BUILD_DATE }}"

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
command: make chart_release
149149
- name: Create Nightly Release
150150
id: create_release
151-
uses: softprops/[email protected].3
151+
uses: softprops/[email protected].4
152152
with:
153153
token: ${{ secrets.GITHUB_TOKEN }}
154154
tag_name: ${{ env.BASE_RELEASE }}

0 commit comments

Comments
 (0)