Skip to content

fix: allow leading underscore in custom property names #42

fix: allow leading underscore in custom property names

fix: allow leading underscore in custom property names #42

Workflow file for this run

name: Release
on:
push:
branches:
- main
workflow_dispatch:
concurrency: auto-release-${{ github.ref }}
jobs:
release:
name: Release
uses: tyler-technologies-oss/forge-automation-shared/.github/workflows/[email protected]
with:
PRODUCTION_RELEASE: true
BUILD_ENABLED: false
secrets:
GITHUB_APP_ID: ${{ secrets.FORGE_AUTOBOT_ID }}
GITHUB_APP_KEY: ${{ secrets.FORGE_AUTOBOT_SECRET }}
NPM_TOKEN: ${{ secrets.FORGE_NPM_TOKEN }}