From 6dfe3998e1eb68ff956cf0b76df9d2b8c5abb46d Mon Sep 17 00:00:00 2001 From: alexander Date: Mon, 19 Jan 2026 01:08:41 +0100 Subject: [PATCH] a --- .gitea/workflows/build-script.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/build-script.yaml b/.gitea/workflows/build-script.yaml index 182a783..c7d97ae 100644 --- a/.gitea/workflows/build-script.yaml +++ b/.gitea/workflows/build-script.yaml @@ -41,12 +41,8 @@ jobs: - name: Create Gitea Release continue-on-error: true - uses: softprops/action-gh-release@v1 + uses: akkuman/gitea-release-action@v1 with: - tag_name: ${{ steps.tag.outputs.tag }} - name: Typst PDFs ${{ steps.tag.outputs.tag }} - body: | - Automated release of Typst-generated PDFs. - - Commit: ${{ github.sha }} - files: ${{ env.BUILD_DIR }}/*.pdf \ No newline at end of file + name: "Formelsammlungen PDFs" + tag_name: "latest" + files: build/*.pdf \ No newline at end of file