Skip to content

fix: ci

fix: ci #17

Workflow file for this run

name: Publish
on:
push:
branches: [ "master" ]
jobs:
ci:
runs-on: ubuntu-latest
name: Publish
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20.10.0
registry-url: 'https://registry.npmjs.org'
- uses: fregante/setup-git-user@v2
- run: yarn --immutable
- run: bin/publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}