Skip to content

Commit 50c91b0

Browse files
committed
Fixing make release command [deploy][prerelease]
1 parent a31578a commit 50c91b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}}
6262
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
6363
- name: Deploy new images
64-
run: make release
64+
run: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make release
6565
- name: Tag browser images
6666
run: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} PUSH_IMAGE=true make tag_and_push_browser_images
6767
- name: Create release notes (release_notes.md)

0 commit comments

Comments
 (0)