Skip to content

🐛 type of container modal #5

🐛 type of container modal

🐛 type of container modal #5

Workflow file for this run

name: Publish package to npm
on:
workflow_dispatch:
push:
branches:
- 'main'
jobs:
publish:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Release
run: yarn release