From 35144fd5b409be4f12d4f4c109f05260eb696604 Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Mon, 29 Jul 2024 09:56:17 +0200 Subject: [PATCH] change release action --- .forgejo/workflows/build.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index fee1d46..0c4ef61 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -32,9 +32,8 @@ jobs: # This release action has worked well for me. However, you can most likely use any release action of your choosing. # https://github.com/ncipollo/release-action - name: create release - uses: https://github.com/ncipollo/release-action@v1.12.0 + uses: https://code.forgejo.org/actions/forgejo-release@v2.2.0 with: - token: ${{ secrets.GITHUB_TOKEN }} - generateReleaseNotes: true - tag: ${{ github.ref_name }} - artifacts: ${{ steps.export.outputs.archive_directory }}/* \ No newline at end of file + direction: upload + release-dir: ${{ steps.export.outputs.archive_directory }} + release-notes: "MY RELEASE NOTES" \ No newline at end of file