We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a96cc commit 9ef2cd9Copy full SHA for 9ef2cd9
1 file changed
.github/workflows/publish-plugins.yml
@@ -147,7 +147,7 @@ jobs:
147
148
"selected=$($selected -join ',')" >> $env:GITHUB_OUTPUT
149
"version=$version" >> $env:GITHUB_OUTPUT
150
- "any=$([bool]($selected.Count -gt 0)).ToString().ToLower()" >> $env:GITHUB_OUTPUT
+ "any=$(($selected.Count -gt 0).ToString().ToLower())" >> $env:GITHUB_OUTPUT
151
152
# Everything below is a no-op when nothing was selected — saves
153
# restore/build time on branch pushes that didn't touch a plugin.
0 commit comments