Skip to content

Merge branch 'main' into delete_primer_utilities #197

Merge branch 'main' into delete_primer_utilities

Merge branch 'main' into delete_primer_utilities #197

Workflow file for this run

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