bump
Some checks failed
tagged-release / Tagged Release (push) Failing after 3m54s

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

View File

@ -29,7 +29,7 @@ jobs:
run: gradle publish run: gradle publish
env: env:
ACCESS_TOKEN: "${{github.token}}" 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 - name: Create release
uses: "https://gitea.com/actions/gitea-release-action@main" uses: "https://gitea.com/actions/gitea-release-action@main"
with: with:

View File

@ -1,4 +1,4 @@
project_group = me.topchetoeu.j2s project_group = me.topchetoeu.j2s
project_name = j2s project_name = j2s
project_version = 0.10.5-beta project_version = 0.10.6-beta
main_class = me.topchetoeu.j2s.repl.SimpleRepl main_class = me.topchetoeu.j2s.repl.SimpleRepl