Skip to content

Update dependency eslint-plugin-jest to v27.2.3 (#1034) #996

Update dependency eslint-plugin-jest to v27.2.3 (#1034)

Update dependency eslint-plugin-jest to v27.2.3 (#1034) #996

Workflow file for this run

name: release
on:
pull_request:
paths:
- .github/workflows/release.yaml
push:
branches:
- main
tags:
- v*
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- run: yarn
- run: yarn workspaces run ci:package
- uses: int128/release-typescript-action@v1