Skip to content

Commit

Permalink
Update maven_publisher.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wsx-antithesis authored Feb 28, 2025
1 parent 59d6f1c commit 5341951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven_publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0

- name: Publish package
run: ./gradlew jreleaserFullRelease
run: mkdir -p ./sdk/build/jreleaser && ./gradlew jreleaserFullRelease
env:
JRELEASER_GPG_PASSPHRASE: ${{ secrets.JRELEASER_GPG_PASSPHRASE }}
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
Expand Down

0 comments on commit 5341951

Please sign in to comment.