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

Fix publishing @k8slens/extension package to NPM

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-12-15 08:50:54 -05:00
parent 406270e03e
commit b67bc3a276
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,7 @@
name: Publish NPM Package Release
on:
release:
types:
- published
workflow_call:
workflow_dispatch:
jobs:
publish:
name: Publish NPM Package Release

View File

@ -28,3 +28,6 @@ jobs:
commit: master
tag: ${{ steps.tagger.outputs.tagname }}
body: ${{ github.event.pull_request.body }}
publish-npm:
uses: ./.github/workflows/publish-release-npm.yml
needs: release