From 0df542d87c7dfcd2c62ce98be8570a827f68443a Mon Sep 17 00:00:00 2001 From: Oscar Blue Date: Thu, 18 Jan 2024 15:55:17 +0000 Subject: [PATCH] Using gitea release action --- .forgejo/workflows/release.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 0146c25..d107a07 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -24,5 +24,9 @@ jobs: release: runs-on: docker steps: - - name: Create release based on tag - uses: actions/forgejo-release@v1 + - name: Create release + uses: https://gitea.com/actions/release-action@main + with: + files: |- + cv.pdf + api_key: '${{secrets.RELEASE_TOKEN}}'