Skip to content

Build modern CommonJS and support package.json exports (#336) #214

Build modern CommonJS and support package.json exports (#336)

Build modern CommonJS and support package.json exports (#336) #214

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:
packageManager: 'pnpm'
releaseScript: release
nodeVersion: 18
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}