Skip to content

chore(deps-dev): bump eslint from 8.38.0 to 8.44.0 (#183) #27

chore(deps-dev): bump eslint from 8.38.0 to 8.44.0 (#183)

chore(deps-dev): bump eslint from 8.38.0 to 8.44.0 (#183) #27

Workflow file for this run

name: Release
on:
push:
branches:
- main
env:
HUSKY: 0 # Disable commit / push hooks when auto-publishing
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bahmutov/npm-install@v1
- run: yarn test --coverage
- uses: codecov/codecov-action@v3
- run: yarn semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}