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 (#6758)

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-15 06:28:31 -08:00 committed by GitHub
parent 406270e03e
commit cb2ce209cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

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

View File

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