Skip to content

Commit

Permalink
Merge branch 'main' into feat/ibmdotcom-styles-remove-react-class-2
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeethababu9223 authored Jan 29, 2024
2 parents 0e501fc + ee88371 commit 36df41f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
- name: Run Lerna
run: yarn lerna publish --no-verify-access --canary minor --preid canary.${{github.run_id}} --dist-tag canary --force-publish --no-push --no-git-tag-version --yes
- name: Deploy NextJS Test
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
repository: carbon-design-system/carbon-for-ibm-dotcom-nextjs-test
token: ${{ secrets.GH_DISPATCH_TOKEN }}
event-type: deploy-canary
- name: Deploy Web Components HTML Test
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
repository: carbon-design-system/carbon-for-ibm-dotcom-web-components-test
token: ${{ secrets.GH_DISPATCH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
node-version: '18.x'
cache: 'yarn'
- name: Deploy NextJS Staging
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
repository: carbon-design-system/carbon-for-ibm-dotcom-nextjs-test
token: ${{ secrets.GH_DISPATCH_TOKEN }}
event-type: deploy-staging
- name: Deploy Web Components HTML Staging
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
repository: carbon-design-system/carbon-for-ibm-dotcom-web-components-test
token: ${{ secrets.GH_DISPATCH_TOKEN }}
Expand Down

0 comments on commit 36df41f

Please sign in to comment.