Skip to content

feat(core): Tryeee #352

feat(core): Tryeee

feat(core): Tryeee #352

Workflow file for this run

name: Publish Canary
on:
pull_request:
branches:
- main
pull_request_target:
branches:
- dev
jobs:
authorize:
name: Authorize external pull request
uses: ./.github/workflows/auth.yml
publish:
name: Canary version
needs: [ authorize ]
uses: ./.github/workflows/publish-common.yml
with:
ref: refs/pull/${{github.event.pull_request.number}}/merge
cmd: 'npm run release:rc'
secrets:
gh_token: ${{ secrets.GH_TOKEN }}
npm_registry_token: ${{ secrets.NPM_REGISTRY_TOKEN }}