Skip to content

Commit

Permalink
chore(skip-release): fix IJ-latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbouchet authored Oct 14, 2024
1 parent db9eac3 commit 559a944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/IJ-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
shell: bash
run: |
LATEST-EAP-SNAPSHOT=$(./gradlew printProductsReleases | grep 'IC-' | head -n 1 | cut -d'-' -f2)
./gradlew build --continue -PideaVersion=$LATEST-EAP-SNAPSHOT
Expand Down

0 comments on commit 559a944

Please sign in to comment.