Skip to content

chore: version bump to v0.1.0-alpha.2 #12

chore: version bump to v0.1.0-alpha.2

chore: version bump to v0.1.0-alpha.2 #12

Workflow file for this run

name: CI
on: push
jobs:
publish:
if: startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
registry-url: https://registry.npmjs.org
- run: npm install
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}