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 3873b4c commit b86b8eeCopy full SHA for b86b8ee
.github/workflows/test-docker-image.yml
@@ -35,4 +35,5 @@ jobs:
35
-
36
name: Generate App Version
37
run: echo APP_VERSION=`git describe --tags --abbrev=0`-muti >> $GITHUB_ENV
38
+ - name: Print APP_VERSION
39
+ run: echo "APP_VERSION=$APP_VERSION"
0 commit comments