diff --git a/.github/workflows/release-phpstorm-plugin.yml b/.github/workflows/release-phpstorm-plugin.yml index b5b761b..12e1aea 100644 --- a/.github/workflows/release-phpstorm-plugin.yml +++ b/.github/workflows/release-phpstorm-plugin.yml @@ -70,7 +70,7 @@ jobs: # FAILS if that property is unset/empty -- a release zip never ships # without an embedded LSP. run: | - ./gradlew + ./gradlew \ buildPlugin \ -PpluginVersion=${{ steps.tag.outputs.version }}