Skip to content

Expand the README file to include more details about the projects hel… #21

Expand the README file to include more details about the projects hel…

Expand the README file to include more details about the projects hel… #21

Workflow file for this run

name: "release"
on: push
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- run: npm install
- name: Build
run: npm build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_AUTH_TOKEN }}