Skip to content

Commit 0b96f4d

Browse files
authored
Update test-docker-image.yml
1 parent f71852f commit 0b96f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
name: Generate App Version
3737
run: echo APP_VERSION=`git tag --sort=-v:refname | head -n 1`-muti >> $GITHUB_ENV
3838
- name: Print APP_VERSION
39-
run: echo "APP_VERSION=$APP_VERSION"
39+
run: echo "$APP_VERSION"

0 commit comments

Comments
 (0)