Skip to content

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

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

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

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
timeout-minutes: 10
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
with:
node-version: 16
cache: yarn
- run: yarn
- run: yarn build
- run: yarn package
- uses: int128/release-typescript-action@035c6899d22569f5440029e3e744b951c01659e5 # v1.22.0