From 971b6655d40d200c2a457488c5adc11784548688 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index 2670ef2..0ab0141 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