ci: fix-syntax (#95)
Build'n check / Check Template and Build example (push) Successful in 2m45s Details
Build'n check / release (push) Failing after 5s Details

Release-As: v0.5.3
Reviewed-on: #95
Co-authored-by: servostar <sven.vogel123@web.de>
Co-committed-by: servostar <sven.vogel123@web.de>
This commit is contained in:
Sven Vogel 2024-11-25 11:44:40 +00:00 committed by Sven Vogel
parent 44d995fd28
commit 70f2bde4d1
1 changed files with 3 additions and 3 deletions

View File

@ -63,11 +63,11 @@ jobs:
echo "==> Tagging for version: $(cat Version.txt)" echo "==> Tagging for version: $(cat Version.txt)"
git config --global credential.helper store git config --global credential.helper store
echo "https://${USERNAME}:${{secrets.RELEASE_TOKEN}}}@${{github.repositoryUrl}}" > ~/.git-credentials 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) git push ${{github.repositoryUrl}} "$(cat Version.txt)"
- name: Create release - name: Create release
id: create-release id: create-release
uses: https://gitea.com/actions/release-action@main uses: actions/release-action@main
with: with:
files: |- files: |-
Example.pdf Example.pdf