Skip to content

build(deps-dev): bump @testing-library/react from 14.1.2 to 14.2.0 (#… #916

build(deps-dev): bump @testing-library/react from 14.1.2 to 14.2.0 (#…

build(deps-dev): bump @testing-library/react from 14.1.2 to 14.2.0 (#… #916

Workflow file for this run

name: release
on:
push:
branches:
- master
- beta
- alpha
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Linting
run: yarn lint
- name: Test
run: yarn test:coverage
- name: Check size
run: yarn size
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release