Skip to content

修正legacy bug

修正legacy bug #6

Workflow file for this run

name: Publish Npm Package
on:
pull_request:
branches: [master]
types:
- closed
jobs:
libs-npm:
if: github.event.pull_request.merged == true
uses: kne-union/actions/.github/workflows/publish-libs-workflow.yml@master
secrets: inherit
with:
package_name: '@kne/info-page'
example_package_name: '@kne-components/info-page'