Skip to content

Commit

Permalink
Setup jbang to call revapi clear justifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Dec 16, 2024
1 parent 8b8aff4 commit 3949fff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ release:
previous-version: 4.25.0
current-version: 4.26.0-RC1
next-version: 999-SNAPSHOT

12 changes: 12 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ jobs:
ref: ${{ github.ref }}
token: ${{steps.app-token.outputs.token}}

- name: Java setup
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven

- name: Tools setup
run: |
curl -s "https://get.sdkman.io" | bash
source ~/.sdkman/bin/sdkman-init.sh && sdk install jbang
- name: Get GitHub App User ID
id: get-user-id
run: echo "user-id=$(gh api "/users/${{ steps.app-token.outputs.app-slug }}[bot]" --jq .id)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 3949fff

Please sign in to comment.