bump
All checks were successful
tagged-release / Tagged Release (push) Successful in 3m56s

This commit is contained in:
TopchetoEU 2025-01-24 02:45:55 +02:00
parent 6125772038
commit 166e9c0470
Signed by: topchetoeu
GPG Key ID: 6531B8583E5F6ED4
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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