Skip to content

chore:added a publish github workflow #1

chore:added a publish github workflow

chore:added a publish github workflow #1

Workflow file for this run

name: Publish
on:
push:
branches:
- "main"
concurrency: ${{github.workflow}}-${{github.ref}}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: npm/action-setup@v2
with:
version: 9.6.1
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'npm'
- run: npm ci
- name: Create Release Pull Reques or Publish
id: changesets
uses: changesets/action@v1
with:
publish: npm run build