We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318fad6 commit b77947aCopy full SHA for b77947a
.github/workflows/deploy.yml
@@ -167,10 +167,9 @@ jobs:
167
continue_on_error: true
168
command: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make release_latest
169
- name: Update package versions
170
- run: |
+ run: make update_browser_versions_matrix
171
# make generate_latest_sbom
172
# make fetch_grid_scaler_resources
173
- make update_browser_versions_matrix
174
- name: Tag browser images
175
if: github.event.inputs.skip-build-push-image != 'true'
176
uses: nick-invision/retry@master
0 commit comments