Skip to content

Commit

Permalink
update: jreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
gc-garcol committed Nov 22, 2024
1 parent c3d49f0 commit 31a0929
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Publish to Maven Central
run: ./gradlew jreleaserFullRelease
env:
JRELEASER_PROJECT_JAVA_GROUP_ID: ${{ secrets.JRELEASER_PROJECT_JAVA_GROUP_ID }}
JRELEASER_MAVENCENTRAL_USERNAME: ${{ secrets.JRELEASER_MAVENCENTRAL_USERNAME }}
JRELEASER_MAVENCENTRAL_TOKEN: ${{ secrets.JRELEASER_MAVENCENTRAL_TOKEN }}
JRELEASER_GPG_PASSPHRASE: ${{ secrets.JRELEASER_GPG_PASSPHRASE }}
Expand Down
4 changes: 4 additions & 0 deletions .jreleaser/config.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
JRELEASER_PROJECT_JAVA_GROUP_ID=io.github.gc-garcol
JRELEASER_PROJECT_JAVA_ARTIFACT_ID=cafe-ringbuffer
JRELEASER_PROJECT_VERSION=0.0.5
JRELEASER_PROJECT_NAME=cafe-ringbuffer

0 comments on commit 31a0929

Please sign in to comment.