From e3b507b435c7ed5df97e7cdd997926254df51d47 Mon Sep 17 00:00:00 2001 From: LORAX Date: Fri, 31 May 2024 05:59:45 +0700 Subject: [PATCH] update action --- .github/workflows/autorelease.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 521b0fc..c2cd1de 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -28,11 +28,10 @@ jobs: run: npm run build - name: Zip Folder run: zip -r ${{ github.event.repository.name }}.zip config.lua fxmanifest.lua impl.lua main.lua README.md LICENSE web/build/* locales/* client/* server/* - - uses: "marvinpinto/action-automatic-releases@latest" + - uses: "akkuman/gitea-release-action@v1" with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" - title: "${{ github.event.head_commit.message }}" - automatic_release_tag: "latest" + name: "${{ github.event.head_commit.message }}" + tag_name: "latest" prerelease: false files: | *.zip