From 0b6484e0b49e21fe0f60d231e6be9ac57046f964 Mon Sep 17 00:00:00 2001 From: TopchetoEU <36534413+TopchetoEU@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:46:09 +0200 Subject: [PATCH] fuck --- .github/workflows/tagged-release.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index 2670ef2..2e91459 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -26,10 +26,9 @@ jobs: - name: Build run: gradle build - name: Create release - uses: "https://gitea.com/actions/release-action@main" + uses: "https://gitea.com/actions/gitea-release-action@main" with: - api_key: "${{secrets.TOKEN}}" - prerelease: false + # api_key: "${{secrets.TOKEN}}" files: | - java-jscript/LICENSE - java-jscript/build/libs/*.jar \ No newline at end of file + LICENSE + build/libs/*.jar \ No newline at end of file