Skip to content

Bump semver from 7.3.7 to 7.5.2 #6

Bump semver from 7.3.7 to 7.5.2

Bump semver from 7.3.7 to 7.5.2 #6

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