Skip to content

Commit c885b79

Browse files
authored
chore(skip-release): fix IJ-latest.yml (#250)
fixes #249
1 parent 559a944 commit c885b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/IJ-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Build with Gradle
2626
shell: bash
2727
run: |
28-
LATEST-EAP-SNAPSHOT=$(./gradlew printProductsReleases | grep 'IC-' | head -n 1 | cut -d'-' -f2)
29-
./gradlew build --continue -PideaVersion=$LATEST-EAP-SNAPSHOT
28+
LATEST_EAP_SNAPSHOT=$(./gradlew printProductsReleases | grep 'IC-' | head -n 1 | cut -d'-' -f2)
29+
./gradlew build --continue -PideaVersion=$LATEST_EAP_SNAPSHOT
3030
- uses: actions/upload-artifact@v4
3131
if: always()
3232
with:

0 commit comments

Comments
 (0)