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 committed by GitHub
parent 2d38ec55fb
commit 9c576c7f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}