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 025f575 commit 172ea72Copy full SHA for 172ea72
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Sets env var for the next tag
39
run: echo "NEXT_TAG=${GRID_VERSION}-${BUILD_DATE}" >> $GITHUB_ENV
40
- name: Get latest tag
41
- run: echo "LATEST_TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
+ run: echo "LATEST_TAG=$(git tag --sort=-version:refname | grep "^[^selenium]" | head -n 1)" >> $GITHUB_ENV
42
- name: Display latest tag
43
run: echo ${LATEST_TAG}
44
- name: Update tag in docs and files
0 commit comments