Skip to content

Commit

Permalink
Merge pull request #664 from hexagonkt/develop
Browse files Browse the repository at this point in the history
Add redirect utilities and move helper utilities
  • Loading branch information
jaguililla authored Sep 20, 2023
2 parents a042178 + 4c1c6d9 commit 984d8af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- uses: graalvm/setup-graalvm@v1
with:
java-version: 21
distribution: graalvm-community
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: gradle

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:

- uses: graalvm/setup-graalvm@v1
with:
java-version: 21
distribution: graalvm-community
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: gradle

Expand Down

0 comments on commit 984d8af

Please sign in to comment.