Skip to content

Commit

Permalink
Revert to getting tag name from git
Browse files Browse the repository at this point in the history
  • Loading branch information
apontzen authored Oct 6, 2024
1 parent 1eacd98 commit 98ff327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: recursive

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

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

0 comments on commit 98ff327

Please sign in to comment.