Skip to content

Commit 40ac254

Browse files
Fix missing v prefix on tags
1 parent 65338a5 commit 40ac254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Create and push tag
4545
if: ${{ github.ref_type != 'tag' }}
4646
run: |
47-
VERSION=$(grep "^version=" gradle.properties | cut -d'=' -f2 | tr -d ' \r')
47+
VERSION=v$(grep "^version=" gradle.properties | cut -d'=' -f2 | tr -d ' \r')
4848
git config --global user.name "Wurst-Bot"
4949
git config --global user.email "contact.wurstimperium@gmail.com"
5050
git tag "$VERSION"

0 commit comments

Comments
 (0)