Skip to content

Merge pull request #93 from Durtur/dependabot/npm_and_yarn/http-cache… #5

Merge pull request #93 from Durtur/dependabot/npm_and_yarn/http-cache…

Merge pull request #93 from Durtur/dependabot/npm_and_yarn/http-cache… #5

Workflow file for this run

name: Build release
on: push
jobs:
release:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: 14
- name: install dependencies
run: npm install
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run publish