Skip to content

properly terminate a failed process (#51) #23

properly terminate a failed process (#51)

properly terminate a failed process (#51) #23

Workflow file for this run

name: Node.js Package
on:
push:
branches:
- master
jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.12.x"
registry-url: https://registry.npmjs.org/
- run: yarn prepublish-and-build
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: latest