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