1
1
mirror of https://github.com/primer/css.git synced 2024-10-04 04:17:21 +03:00
css/.github/workflows/release_canary.yml
dependabot[bot] c7b4c95bcc
Bump primer/.github from 2.1.0 to 2.1.1 in the all group (#2647)
Bumps the all group with 1 update: [primer/.github](https://github.com/primer/.github).


Updates `primer/.github` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/primer/.github/releases)
- [Commits](https://github.com/primer/.github/compare/v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: primer/.github
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-21 09:25:12 -07:00

27 lines
635 B
YAML

name: Release
on:
push:
branches-ignore:
- 'main'
- 'changeset-release/**'
# Don't release canary when these paths change
# It's not necessary because we don't ship them and it creates noise
paths-ignore:
- '.changeset/**'
- 'docs/**'
- 'lib/**'
- '__tests__/**'
- 'script/**'
- 'next.config.js'
- 'now.json'
jobs:
release-canary:
name: Canary
uses: primer/.github/.github/workflows/release_canary.yml@v2.1.1
with:
install: npm ci
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}