Skip to content

Commit

Permalink
Release with GraalVM
Browse files Browse the repository at this point in the history
  • Loading branch information
sofianedjerbi authored Mar 9, 2023
1 parent f935b6f commit 61e11ce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Git Repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-[email protected]
uses: graalvm/setup-graalvm@v1
with:
java-version: '17'
cache: 'gradle'
distribution: 'temurin'
distribution: 'GraalVM'
github-token: ${{ secrets.GITHUB_TOKEN }}
version: 'latest'
- name: Configure Git User Details
run: |
git config --global user.email "[email protected]" && git config --global user.name "Github Actions"
Expand Down

0 comments on commit 61e11ce

Please sign in to comment.