Skip to content

chore(deps): update typescript-eslint monorepo to v6.6.0 (#2986) #1768

chore(deps): update typescript-eslint monorepo to v6.6.0 (#2986)

chore(deps): update typescript-eslint monorepo to v6.6.0 (#2986) #1768

Workflow file for this run

name: release
on:
push:
branches:
- 'main'
jobs:
stable:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
with:
releaseScript: release
nodeVersion: 18
packageManager: pnpm
secrets:
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}