Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.6.0 to … #209

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.6.0 to …

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.6.0 to … #209

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: Setup pnpm
uses: pnpm/action-setup@v2
- name: Setup node and pnpm cache
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: pnpm
- name: Install
run: pnpm install
- name: Create Release
run: pnpm semantic-release --no-ci
env:
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}