Skip to content

feat(plasma-web, plasma-b2c): Popover component #190

feat(plasma-web, plasma-b2c): Popover component

feat(plasma-web, plasma-b2c): Popover component #190

Workflow file for this run

name: Release
on:
pull_request:
branches:
- master
- dev
concurrency:
# New commit on branch cancels running workflows of the same branch
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
publish:
name: Publish canary version
uses: ./.github/workflows/publish-common.yml
secrets:
gh_token: ${{ secrets.GH_TOKEN }}
npm_registry_token: ${{ secrets.NPM_REGISTRY_TOKEN }}