mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-10-19 02:24:09 -07:00
docs: fix unbalanced quotes in release workflow
This commit is contained in:
parent
fddfa9a493
commit
9d57057272
3 changed files with 22 additions and 15 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue