Skip to content

build(deps-dev): bump type-fest from 4.4.0 to 4.5.0 (#220) #205

build(deps-dev): bump type-fest from 4.4.0 to 4.5.0 (#220)

build(deps-dev): bump type-fest from 4.4.0 to 4.5.0 (#220) #205

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: 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 }}