This commit is contained in:
parent
6125772038
commit
ec751bf057
2
.github/workflows/tagged-release.yml
vendored
2
.github/workflows/tagged-release.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
run: gradle publish
|
||||
env:
|
||||
ACCESS_TOKEN: "${{github.token}}"
|
||||
REPO_URL: "${{github.api_url}}/packages/${{github.repository_owner}}/maven"
|
||||
REPO_URL: "${{github.server_url}}/api/packages/${{github.repository_owner}}/maven"
|
||||
- name: Create release
|
||||
uses: "https://gitea.com/actions/gitea-release-action@main"
|
||||
with:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user