Skip to content

feat(deps): bump minimatch from 3.0.4 to 3.1.2 #43

feat(deps): bump minimatch from 3.0.4 to 3.1.2

feat(deps): bump minimatch from 3.0.4 to 3.1.2 #43

Workflow file for this run

name: Release
on:
push:
branches:
- master
- "[0-9]+.[0-9]+.x"
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "20.x"
- run: yarn install --pure-lockfile
- run: yarn build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}