Skip to content

Commit 770b39c

Browse files
committed
fix: the other usage of listProductsReleases
1 parent 856f4e5 commit 770b39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jetbrains-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)