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