Skip to content

Commit

Permalink
chore: separate publish and release
Browse files Browse the repository at this point in the history
  • Loading branch information
dieppa committed Nov 26, 2024
1 parent bbf2533 commit f9842ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
JRELEASER_MAVENCENTRAL_PASSWORD: ${{ secrets.FLAMINGOCK_JRELEASER_MAVENCENTRAL_PASSWORD }}

- name: Release to Maven Central portal
run: ./gradlew publish jreleaserFullRelease --no-daemon --stacktrace
run: ./gradlew jreleaserFullRelease --no-daemon --stacktrace
env:
JRELEASER_GITHUB_TOKEN: ${{ secrets.FLAMINGOCK_JRELEASER_GITHUB_TOKEN }}
JRELEASER_MAVENCENTRAL_USERNAME: ${{ secrets.FLAMINGOCK_JRELEASER_MAVENCENTRAL_USERNAME }}
Expand Down

0 comments on commit f9842ac

Please sign in to comment.