Skip to content

fix: text and nodes #18

fix: text and nodes

fix: text and nodes #18

Workflow file for this run

name: Release NPM Package
on:
push:
branches: [main]
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: "18"
cache: "yarn"
- run: yarn install --frozen-lockfile
- name: Build Project
run: yarn run build
- run: yarn run release