Skip to content

chore(deps): lock file maintenance (#1623) #565

chore(deps): lock file maintenance (#1623)

chore(deps): lock file maintenance (#1623) #565

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
stable:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
with:
releaseScript: release
nodeVersion: 23
packageManager: 'pnpm'
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}