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:
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
You can’t perform that action at this time.
0 commit comments