Skip to content

Commit 856f4e5

Browse files
committed
fix: jetbrains release action
1 parent d0b444d commit 856f4e5

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
@@ -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

0 commit comments

Comments
 (0)