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

Fix release workflow file

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-12-16 08:51:47 -05:00
parent 2d38ec55fb
commit cc08050438

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