Skip to content

Commit 5502729

Browse files
authored
Merge pull request #7004 from continuedev/dallin/fix-jetbrains-release
fix: jetbrains release action
2 parents d0b444d + 770b39c commit 5502729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jetbrains-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
echo "$CHANGELOG" >> $GITHUB_OUTPUT
141141
echo "EOF" >> $GITHUB_OUTPUT
142142
143-
./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
143+
./gradlew printProductsReleases # prepare list of IDEs for Plugin Verifier
144144
145145
# # Setup Node.js
146146
- name: Use Node.js from .nvmrc
@@ -504,7 +504,7 @@ jobs:
504504
uses: actions/cache@v4
505505
with:
506506
path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
507-
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}
507+
key: plugin-verifier-${{ hashFiles('build/printProductsReleases.txt') }}
508508

509509
# Run Verify Plugin task and IntelliJ Plugin Verifier tool
510510
- name: Run Plugin Verification tasks

0 commit comments

Comments
 (0)