Skip to content

chore(deps-dev): bump @types/jest from 29.5.6 to 29.5.7 (#130) #124

chore(deps-dev): bump @types/jest from 29.5.6 to 29.5.7 (#130)

chore(deps-dev): bump @types/jest from 29.5.6 to 29.5.7 (#130) #124

Workflow file for this run

on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create Release
run: npx [email protected] --debug --no-ci
env:
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}