Skip to content

Commit b8c4089

Browse files
committed
ci(build): remove unused gradle task in GitHub Actions
The `listProductsReleases` task was removed as it is no longer needed in the build workflow. This streamlines the process and eliminates unnecessary steps.
1 parent f8bcd84 commit b8c4089

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ jobs:
8686
echo "version=$VERSION" >> $GITHUB_OUTPUT
8787
echo "name=$NAME" >> $GITHUB_OUTPUT
8888
echo "pluginVerifierHomeDir=~/.pluginVerifier" >> $GITHUB_OUTPUT
89-
90-
./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
9189
9290
# Extract changelog information
9391
- name: Prepare Changelog

0 commit comments

Comments
 (0)