From 166e9c047007344fb1371f893d68076bf8e5dfb8 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 | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index 0bfde53..69f68fa 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -28,8 +28,8 @@ jobs: - name: Publish run: gradle publish env: - ACCESS_TOKEN: "${{github.token}}" - REPO_URL: "${{github.api_url}}/packages/${{github.repository_owner}}/maven" + ACCESS_TOKEN: "${{secrets.PACKAGE_TOKEN}}" + REPO_URL: "${{github.server_url}}/api/packages/${{github.repository_owner}}/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