Skip to content

Add special handling for identifiers which consist entirely of _ char… #3312

Add special handling for identifiers which consist entirely of _ char…

Add special handling for identifiers which consist entirely of _ char… #3312

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
secrets:
# githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}