This commit is contained in:
parent
6125772038
commit
b19b3b4d4e
2
.github/workflows/tagged-release.yml
vendored
2
.github/workflows/tagged-release.yml
vendored
@ -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:
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user