From 70f2bde4d1a0c573280a86e130b299952b8881eb Mon Sep 17 00:00:00 2001 From: servostar Date: Mon, 25 Nov 2024 11:44:40 +0000 Subject: [PATCH] ci: fix-syntax (#95) Release-As: v0.5.3 Reviewed-on: https://git.montehaselino.de/DHBW/dhbw-abb-typst-template/pulls/95 Co-authored-by: servostar Co-committed-by: servostar --- .gitea/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 1ae2911..df36b20 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -63,11 +63,11 @@ 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 push ${{github.repositoryUrl}} $(cat Version.txt) + git tag -m "Release" "$(cat Version.txt)" + git push ${{github.repositoryUrl}} "$(cat Version.txt)" - name: Create release id: create-release - uses: https://gitea.com/actions/release-action@main + uses: actions/release-action@main with: files: |- Example.pdf