Skip to content

Commit 98ff327

Browse files
authored
Revert to getting tag name from git
1 parent 1eacd98 commit 98ff327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
submodules: recursive
1818

1919
- name: Determine version tag
20-
run: echo "VERSION_TAG=1.5.0" >> $GITHUB_ENV
20+
run: echo "VERSION_TAG=`git describe --tags | cut -c 2-`" >> $GITHUB_ENV
2121

2222
- name: Display version tag
2323
run: echo Version is ${{ env.VERSION_TAG }}

0 commit comments

Comments
 (0)