Skip to content

Commit

Permalink
build: using graalvm for github release too
Browse files Browse the repository at this point in the history
  • Loading branch information
dieppa committed Dec 17, 2024
1 parent afa80fc commit e4053b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,17 @@ jobs:
with:
fetch-depth: 0

- name: Setup java
uses: actions/setup-java@v3
- name: Set up Java
uses: graalvm/setup-graalvm@v1
with:
distribution: 'temurin'
java-version: '17'
distribution: 'graalvm-community'
server-id: central
server-username: JRELEASER_MAVENCENTRAL_USERNAME
server-password: JRELEASER_MAVENCENTRAL_PASSWORD
gpg-private-key: ${{ secrets.FLAMINGOCK_JRELEASER_GPG_SECRET_KEY }}
gpg-passphrase: JRELEASER_GPG_PASSPHRASE
github-token: ${{ secrets.FLAMINGOCK_JRELEASER_GITHUB_TOKEN }}

- name: Set up GPG
run: |
Expand Down

0 comments on commit e4053b7

Please sign in to comment.