Skip to content

fast path a bunch of code for top layer elements #99

fast path a bunch of code for top layer elements

fast path a bunch of code for top layer elements #99

name: Release
on:
push:
branches-ignore:
- 'main'
- 'dependabot/**'
- 'changeset-release/**'
jobs:
release-canary:
name: npm
if: ${{ github.repository == 'primer/behaviors' }}
uses: primer/.github/.github/workflows/release_canary.yml@main
with:
install: npm i
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}