1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix release workflow file (#6772)

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-12-16 05:53:37 -08:00
parent 6f2c83aeb6
commit 577a4f98aa

View File

@ -33,6 +33,6 @@ jobs:
publish-npm:
uses: ./.github/workflows/publish-release-npm.yml
needs: release
if: ${{ jobs.release.outputs.version != '' }}
if: ${{ needs.release.outputs.version != '' }}
with:
version: ${{ jobs.release.outputs.version }}
version: ${{ needs.release.outputs.version }}