chore: update pipeline configuration and package metadata (#104) #286
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: pipe | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| types: | |
| - opened | |
| - synchronize | |
| concurrency: | |
| group: ${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| pipe: | |
| uses: platform-mesh/.github/.github/workflows/pipeline-node-module.yml@main | |
| secrets: inherit | |
| with: | |
| publishFromDist: true | |
| environment: npmjs:@platform-mesh/portal-ui-lib |