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