ci/fix-syntax #95

Merged
servostar merged 4 commits from ci/fix-syntax into main 2024-11-25 11:44:40 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 281fe93788 - Show all commits

View File

@ -63,7 +63,7 @@ jobs:
echo "==> Tagging for version: $(cat Version.txt)"
git config --global credential.helper store
echo "https://${USERNAME}:${{secrets.RELEASE_TOKEN}}}@${{github.repositoryUrl}}" > ~/.git-credentials
git tag -m "Release" $(cat Version.txt)
git tag -m "Release" "$(cat Version.txt)"
git push ${{github.repositoryUrl}} $(cat Version.txt)
- name: Create release
id: create-release