Skip to content

Commit

Permalink
ci(release): configure java for the R package (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard authored Aug 23, 2024
1 parent 78189aa commit e7c7ccc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-create-R-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
run: |
echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'zulu'
cache: 'maven'

- name: Create release branch
run: |
git checkout -b bpmnLayoutGeneratoR-${{ env.VERSION }}
Expand Down

0 comments on commit e7c7ccc

Please sign in to comment.