Skip to content

chore(deps-dev): bump eslint from 8.51.0 to 8.52.0 #172

chore(deps-dev): bump eslint from 8.51.0 to 8.52.0

chore(deps-dev): bump eslint from 8.51.0 to 8.52.0 #172

Workflow file for this run

name: Release
on:
workflow_dispatch:
branches:
- master
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0 // get the entire history
token: ${{ secrets.GH_TOKEN }}
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Semantic Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn semantic-release