Skip to content

Merge pull request #27 from ecency/feature/nextjs #45

Merge pull request #27 from ecency/feature/nextjs

Merge pull request #27 from ecency/feature/nextjs #45

Workflow file for this run

name: Publish to npm
on:
push:
branches:
- main
- app
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
- run: yarn
- run: yarn build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}