Skip to content

Upcoming Release Changes (#56) #90

Upcoming Release Changes (#56)

Upcoming Release Changes (#56) #90

Workflow file for this run

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