Compare commits

...

1 Commits

+1 -1
View File
@@ -97,7 +97,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git tag ${{ env.version }}
git tag v${{ env.version }}
git push origin --follow-tags
release-plz: