docs: fix unbalanced quotes in release workflow

This commit is contained in:
Guido Grazioli 2022-04-01 13:06:34 +02:00
commit 9d57057272
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
3 changed files with 22 additions and 15 deletions

View file

@ -90,7 +90,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git tag -a ${{ steps.get_version.outputs.TAG_VERSION }}" -m "Release v${{ steps.get_version.outputs.TAG_VERSION }}" || true
git tag -a ${{ steps.get_version.outputs.TAG_VERSION }} -m "Release v${{ steps.get_version.outputs.TAG_VERSION }}" || true
git push origin --tags
- name: Publish Release