We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38764f commit c5e9c42Copy full SHA for c5e9c42
.github/workflows/build.yml
@@ -82,7 +82,8 @@ jobs:
82
echo "::set-output name=name::$NAME"
83
echo "::set-output name=changelog::$CHANGELOG"
84
echo "::set-output name=pluginVerifierHomeDir::~/.pluginVerifier"
85
- ./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
+ # prepare list of IDEs for Plugin Verifier
86
+ ./gradlew printProductsReleases
87
88
# Run plugin build
89
- name: Run Build
0 commit comments