Skip to content

Commit

Permalink
ci(java): fix workflows file, run once
Browse files Browse the repository at this point in the history
  • Loading branch information
alemidev committed Oct 16, 2024
1 parent c8e14a9 commit 3700b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- stable
- ci/java-publish

permissions:
contents: read
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 3700b0a

Please sign in to comment.