Merge pull request #364 from opf/changeset-release/main #1066
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Release | |
| on: | |
| push: | |
| branches-ignore: | |
| - 'main' | |
| - 'dependabot/**' | |
| - 'changeset-release/**' | |
| jobs: | |
| release-canary: | |
| name: npm | |
| if: ${{ github.repository == 'opf/primer_view_components' }} | |
| uses: primer/.github/.github/workflows/release_canary.yml@v2.2.0 | |
| with: | |
| install: npm i | |
| secrets: | |
| gh_token: ${{ secrets.GITHUB_TOKEN }} | |
| npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }} |