Skip to content

Merge pull request #75 from abusix/pla-899-add-onclick-to-popover-button #121

Merge pull request #75 from abusix/pla-899-add-onclick-to-popover-button

Merge pull request #75 from abusix/pla-899-add-onclick-to-popover-button #121

Workflow file for this run

name: Semantic Release CI
on:
push:
branches: [main]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- run: npm ci
- run: npm run build
- run: npx semantic-release