Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc5e9c42

Browse files
committed
fix: task was renamed
listProductsReleases was renamed to printProductsReleases in version 2.x
1 parentb38764f commitc5e9c42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ jobs:
8282
echo "::set-output name=name::$NAME"
8383
echo "::set-output name=changelog::$CHANGELOG"
8484
echo "::set-output name=pluginVerifierHomeDir::~/.pluginVerifier"
85-
./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
85+
# prepare list of IDEs for Plugin Verifier
86+
./gradlew printProductsReleases
8687
8788
# Run plugin build
8889
-name:Run Build

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp