Skip to content

Bump @types/jest from 29.5.6 to 29.5.8 (#473) #361

Bump @types/jest from 29.5.6 to 29.5.8 (#473)

Bump @types/jest from 29.5.6 to 29.5.8 (#473) #361

Workflow file for this run

name: 'tag'
on:
push:
branches:
- master
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
version_assertion_command: 'grep -q "\"version\": \"$version\"" package.json && grep -q "^ \"version\": \"$version\"" package-lock.json'
version_tag_prefix: 'v'
annotated: true