mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix publishing @k8slens/extension package to NPM (#6758)
Signed-off-by: Sebastian Malton <sebastian@malton.name> Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
406270e03e
commit
cb2ce209cb
5
.github/workflows/publish-release-npm.yml
vendored
5
.github/workflows/publish-release-npm.yml
vendored
@ -1,8 +1,7 @@
|
|||||||
name: Publish NPM Package Release
|
name: Publish NPM Package Release
|
||||||
on:
|
on:
|
||||||
release:
|
workflow_call:
|
||||||
types:
|
workflow_dispatch:
|
||||||
- published
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
name: Publish NPM Package Release
|
name: Publish NPM Package Release
|
||||||
|
|||||||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -28,3 +28,6 @@ jobs:
|
|||||||
commit: master
|
commit: master
|
||||||
tag: ${{ steps.tagger.outputs.tagname }}
|
tag: ${{ steps.tagger.outputs.tagname }}
|
||||||
body: ${{ github.event.pull_request.body }}
|
body: ${{ github.event.pull_request.body }}
|
||||||
|
publish-npm:
|
||||||
|
uses: ./.github/workflows/publish-release-npm.yml
|
||||||
|
needs: release
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user