8000 impl: support for unlimited 'Until Build' setting by fioan89 · Pull Request #549 · coder/jetbrains-coder · GitHub
[go: up one dir, main page]

Skip to content

impl: support for unlimited 'Until Build' setting #549

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 20, 2025
Merged
Prev Previous commit
Next Next commit
fix: task was renamed
listProductsReleases was renamed to printProductsReleases in version 2.x
  • Loading branch information
fioan89 committed Jun 19, 2025
commit c5e9c424ed65e92877476bb8793b550e70f07733
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:
echo "::set-output name=name::$NAME"
echo "::set-output name=changelog::$CHANGELOG"
echo "::set-output name=pluginVerifierHomeDir::~/.pluginVerifier"
./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
# prepare list of IDEs for Plugin Verifier
./gradlew printProductsReleases

# Run plugin build
- name: Run Build
Expand Down
Loading
0