Skip to content

Commit

Permalink
remove superfluous github action step
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Jun 25, 2024
1 parent ebb6052 commit 26f7c2f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/trigger-java-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
}
group = 'io.github.kevaundray.dummy'
version = '0.0.3'
version = '0.0.4'
java {
withJavadocJar()
Expand Down Expand Up @@ -129,9 +129,6 @@ jobs:
gradle wrapper
# TODO: Find out why jreleaser does not just create this
# Directory.
- name: Create JReleaser output directory
run: mkdir -p build/jreleaser

- name: Publish dummy package to Maven Central
env:
JRELEASER_MAVENCENTRAL_USERNAME: ${{ secrets.CENTRAL_PORTAL_TOKEN_USERNAME }}
Expand Down

0 comments on commit 26f7c2f

Please sign in to comment.