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 0b96f4d commit d6d9c67Copy full SHA for d6d9c67
.github/workflows/test-docker-image.yml
@@ -34,6 +34,6 @@ jobs:
34
password: ${{ secrets.HUB_PWD }}
35
-
36
name: Generate App Version
37
- run: echo APP_VERSION=`git tag --sort=-v:refname | head -n 1`-muti >> $GITHUB_ENV
+ run: echo APP_VERSION=`git tag -l --sort=-v:refname | head -n 1`-muti >> $GITHUB_ENV
38
- name: Print APP_VERSION
39
run: echo "$APP_VERSION"
0 commit comments