mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
ci(java): fix workflows file, run once
This commit is contained in:
parent
c8e14a964c
commit
3700b0a82c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/java.yml
vendored
2
.github/workflows/java.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- stable
|
||||
- ci/java-publish
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
@ -55,7 +56,6 @@ jobs:
|
|||
- uses: gradle/actions/setup-gradle@v4
|
||||
with:
|
||||
gradle-version: "8.10"
|
||||
working-directory: dist/java
|
||||
- run: gradle publish
|
||||
working-directory: dist/java
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue