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 f71852f commit 0b96f4dCopy full SHA for 0b96f4d
.github/workflows/test-docker-image.yml
@@ -36,4 +36,4 @@ jobs:
36
name: Generate App Version
37
run: echo APP_VERSION=`git tag --sort=-v:refname | head -n 1`-muti >> $GITHUB_ENV
38
- name: Print APP_VERSION
39
- run: echo "APP_VERSION=$APP_VERSION"
+ run: echo "$APP_VERSION"
0 commit comments