Skip to content

Commit

Permalink
WIP: version without 'v' prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
hupf committed Sep 12, 2023
1 parent 2617e3b commit 2829267
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 @@ -24,7 +24,7 @@ jobs:
id: extract-version
run: |
git fetch --prune --tags
echo "version=`git tag -l --points-at=96f9d86cddec82749ecd3c8b0984404f79dee5c3 | grep '^v' | cat`" >> $GITHUB_OUTPUT
echo "version=`git tag -l --points-at=96f9d86cddec82749ecd3c8b0984404f79dee5c3 | sed -En 's/^v(.*)/\1/p'`" >> $GITHUB_OUTPUT
- name: Extract branch name
id: extract-branch
Expand Down

0 comments on commit 2829267

Please sign in to comment.