Skip to content

Commit 7ae1f5f

Browse files
authored
Alpha 7 Release [deploy] (#1142)
1 parent d2e50b5 commit 7ae1f5f

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
@@ -27,7 +27,7 @@ jobs:
2727
run: VERSION="local" BUILD_DATE=${BUILD_DATE} make base
2828
- name: Get Grid version
2929
# sed used to remove last comma of Selenium version output
30-
run: echo "GRID_VERSION=$(docker run --rm selenium/base:local-${BUILD_DATE} java -jar /opt/selenium/selenium-server.jar hub --version | awk '{print $3}' | sed 's/\(.*\),/\1 /')" >> $GITHUB_ENV
30+
run: echo "GRID_VERSION=$(docker run --rm selenium/base:local-${BUILD_DATE} java -jar /opt/selenium/selenium-server.jar hub --version | awk '{print $3}' | sed 's/\(.*\),/\1 /')" | awk '{$1=$1;print}' >> $GITHUB_ENV
3131
- name: Is it a prerelease?
3232
run: echo "GRID_VERSION=${GRID_VERSION}-prerelease" >> $GITHUB_ENV && echo "PRERELEASE=true" >> $GITHUB_ENV
3333
if: contains(toJson(github.event.commits), '[prerelease]') == true

0 commit comments

Comments
 (0)