File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140
140
echo "$CHANGELOG" >> $GITHUB_OUTPUT
141
141
echo "EOF" >> $GITHUB_OUTPUT
142
142
143
- ./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
143
+ ./gradlew printProductsReleases # prepare list of IDEs for Plugin Verifier
144
144
145
145
# # Setup Node.js
146
146
- name : Use Node.js from .nvmrc
@@ -504,7 +504,7 @@ jobs:
504
504
uses : actions/cache@v4
505
505
with :
506
506
path : ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
507
- key : plugin-verifier-${{ hashFiles('build/listProductsReleases .txt') }}
507
+ key : plugin-verifier-${{ hashFiles('build/printProductsReleases .txt') }}
508
508
509
509
# Run Verify Plugin task and IntelliJ Plugin Verifier tool
510
510
- name : Run Plugin Verification tasks
You can’t perform that action at this time.
0 commit comments