remove v from tagging

This commit is contained in:
Martin McKeaveney 2023-08-07 14:30:10 +01:00
parent 4c9dfb85c8
commit 889face88c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jobs:
- name: "Get Current tag"
id: currenttag
run: |
version=v$(./scripts/getCurrentVersion.sh)
version=$(./scripts/getCurrentVersion.sh)
echo "Using tag $version"
echo "version=$version" >> "$GITHUB_OUTPUT"