Skip to content

remove framework tag #246

remove framework tag

remove framework tag #246

Workflow file for this run

name: Node.js Package
on: push
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bahmutov/npm-install@v1
- id: publish
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.npm_token }}