Skip to content

Release to GitHub and Npm #24

Release to GitHub and Npm

Release to GitHub and Npm #24

Workflow file for this run

name: Release to GitHub and Npm
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "14.x"
- run: make release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}