Skip to content

Merge branch 'main' of github.com:ntedgi/express-body-parser-error-ha… #7

Merge branch 'main' of github.com:ntedgi/express-body-parser-error-ha…

Merge branch 'main' of github.com:ntedgi/express-body-parser-error-ha… #7

Workflow file for this run

name: publish to npm
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
env:
NPM_AUTH_TOKEN: ${{ secrets._GITHUB_TOKEN}} # You need to set this in your repo settings