Skip to content

Commit

Permalink
add ci reporting label
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah committed Feb 12, 2025
1 parent 5d806f8 commit 5e635c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/[email protected]
with:
script: |
const paths = ['react', 'design-tokens'].forEach((path) => {
const paths = ['react', 'design-tokens', 'css'].forEach((path) => {
const package = require(`${process.env.GITHUB_WORKSPACE}/packages/${path}/package.json`)
github.repos.createCommitStatus({
owner: context.repo.owner,
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/[email protected]
with:
script: |
const paths = ['react', 'design-tokens'].forEach((path) => {
const paths = ['react', 'design-tokens', 'css'].forEach((path) => {
const package = require(`${process.env.GITHUB_WORKSPACE}/packages/${path}/package.json`)
github.repos.createCommitStatus({
owner: context.repo.owner,
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
uses: actions/[email protected]
with:
script: |
const paths = ['react', 'design-tokens'].forEach((path) => {
const paths = ['react', 'design-tokens', 'css'].forEach((path) => {
const package = require(`${process.env.GITHUB_WORKSPACE}/packages/${path}/package.json`)
github.repos.createCommitStatus({
owner: context.repo.owner,
Expand Down

0 comments on commit 5e635c1

Please sign in to comment.