Skip to content

chore: unreleased changes #24

chore: unreleased changes

chore: unreleased changes #24

name: Release Doctor
on:
pull_request:
workflow_dispatch:
jobs:
release_doctor:
name: release doctor
runs-on: ubuntu-latest
if: github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next'
steps:
- uses: actions/checkout@v3
- name: Check release environment
run: |
bash ./bin/check-release-environment
env:
STAINLESS_API_KEY: ${{ secrets.STAINLESS_API_KEY }}
NPM_TOKEN: ${{ secrets.MODERN_TREASURY_NPM_TOKEN }}