Skip to content

Commit b86b8ee

Browse files
authored
Update test-docker-image.yml
1 parent 3873b4c commit b86b8ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
-
3636
name: Generate App Version
3737
run: echo APP_VERSION=`git describe --tags --abbrev=0`-muti >> $GITHUB_ENV
38-
38+
- name: Print APP_VERSION
39+
run: echo "APP_VERSION=$APP_VERSION"

0 commit comments

Comments
 (0)