Skip to content

Commit ef15897

Browse files
authored
Update release.yml
1 parent 7897c1d commit ef15897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
git config --global user.name "Stefan Hipfel"
3939
git config --global user.email "[email protected]"
4040
git commit -m "Create new release ${{ github.event.inputs.tag }}" --allow-empty
41-
git tag ${{ github.event.inputs.tag }}
42-
git push origin ${{ github.event.inputs.tag }}
41+
git tag v${{ github.event.inputs.tag }}
42+
git push origin v${{ github.event.inputs.tag }}
4343
shell: bash

0 commit comments

Comments
 (0)