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 4f5dbac commit c004cedCopy full SHA for c004ced
.github/workflows/build.yml
@@ -210,8 +210,8 @@ jobs:
210
key: ${{ runner.os }}-plugin-verifier-${{ steps.properties.outputs.ideVersions }}
211
212
# Run IntelliJ Plugin Verifier action using GitHub Action
213
- - name: Verify Plugin
214
- run: ./gradlew runPluginVerifier -Pplugin.verifier.home.dir=${{ steps.properties.outputs.pluginVerifierHomeDir }}
+# - name: Verify Plugin
+# run: ./gradlew runPluginVerifier -Pplugin.verifier.home.dir=${{ steps.properties.outputs.pluginVerifierHomeDir }}
215
216
# Prepare a draft release for GitHub Releases page for the manual verification
217
# If accepted and published, release workflow would be triggered
0 commit comments