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:
parent
2d38ec55fb
commit
9c576c7f80
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -33,6 +33,6 @@ jobs:
|
|||||||
publish-npm:
|
publish-npm:
|
||||||
uses: ./.github/workflows/publish-release-npm.yml
|
uses: ./.github/workflows/publish-release-npm.yml
|
||||||
needs: release
|
needs: release
|
||||||
if: ${{ jobs.release.outputs.version != '' }}
|
if: ${{ needs.release.outputs.version != '' }}
|
||||||
with:
|
with:
|
||||||
version: ${{ jobs.release.outputs.version }}
|
version: ${{ needs.release.outputs.version }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user