Skip to content

Commit b77947a

Browse files
committed
[ci] Fix workflow deploy
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 318fad6 commit b77947a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,9 @@ jobs:
167167
continue_on_error: true
168168
command: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make release_latest
169169
- name: Update package versions
170-
run: |
170+
run: make update_browser_versions_matrix
171171
# make generate_latest_sbom
172172
# make fetch_grid_scaler_resources
173-
make update_browser_versions_matrix
174173
- name: Tag browser images
175174
if: github.event.inputs.skip-build-push-image != 'true'
176175
uses: nick-invision/retry@master

0 commit comments

Comments
 (0)