From b19b3b4d4e5260abe946332c07d09133baa38277 Mon Sep 17 00:00:00 2001 From: TopchetoEU <36534413+TopchetoEU@users.noreply.github.com> Date: Fri, 24 Jan 2025 02:45:55 +0200 Subject: [PATCH] bump --- .github/workflows/tagged-release.yml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index 0bfde53..61c7357 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -29,7 +29,7 @@ jobs: run: gradle publish env: ACCESS_TOKEN: "${{github.token}}" - REPO_URL: "${{github.api_url}}/packages/${{github.repository_owner}}/maven" + REPO_URL: "${{github.server_url}}/api/packages/${{secrets.PACKAGE_TOKEN}}/maven" - name: Create release uses: "https://gitea.com/actions/gitea-release-action@main" with: diff --git a/gradle.properties b/gradle.properties index 9f47de2..fbf0a74 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ project_group = me.topchetoeu.j2s project_name = j2s -project_version = 0.10.5-beta +project_version = 0.10.6-beta main_class = me.topchetoeu.j2s.repl.SimpleRepl