Skip to content

Commit

Permalink
Changed the Gradle task from runPluginVerifier to verifyPlugin in…
Browse files Browse the repository at this point in the history
… the GitHub workflow.
  • Loading branch information
pderakhshanfar committed Oct 11, 2024
1 parent 81ecae9 commit 8ac3eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
CERTIFICATE_CHAIN: ${{ secrets.CERTIFICATE_CHAIN }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
PRIVATE_KEY_PASSWORD: ${{ secrets.PRIVATE_KEY_PASSWORD }}
run: ./gradlew runPluginVerifier -Pplugin.verifier.home.dir=${{ steps.properties.outputs.pluginVerifierHomeDir }}
run: ./gradlew verifyPlugin

# Collect Plugin Verifier Result
- name: Collect Plugin Verifier Result
Expand Down

0 comments on commit 8ac3eda

Please sign in to comment.