Skip to content

Commit

Permalink
Fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Aug 13, 2024
1 parent feaa635 commit 11936e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Update design-tokens-v3-stable
name: Update design-tokens-old-theme-stable
on:
push:
branches:
- design-tokens-v3
- design-tokens-old-theme

jobs:
update-design-tokens-v3-stable:
update-design-tokens-old-theme-stable:
runs-on: ubuntu-latest
steps:
- name: Install Node.js
Expand All @@ -26,11 +26,11 @@ jobs:
- name: Build
run: yarn build
working-directory: design-tokens
- name: Update design-tokens-v3-stable
- name: Update design-tokens-old-theme-stable
run: |
git config --global user.name "Grommet Community Bot"
git config --global user.email "[email protected]"
yarn release-stable:v3
yarn release-stable:old-theme
working-directory: design-tokens
env:
GH_TOKEN: ${{ secrets.GH_ACTION_ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build-token-tree": "node src/scripts/build-token-tree.js",
"build": "rm -rf ./dist && tsx src/scripts/build.js && yarn build-style-dictionary && yarn build-token-tree",
"release-stable": "node src/scripts/release-stable.js --branch=design-tokens-alpha-stable",
"release-stable:v3": "node src/scripts/release-stable.js --branch=design-tokens-v3-stable",
"release-stable:old-theme": "node src/scripts/release-stable.js --branch=design-tokens-old-theme-stable",
"paddingY:verify": "tsx src/scripts/verify-paddingY.ts",
"paddingY:update": "tsx src/scripts/update-paddingY.ts",
"test": "jest"
Expand Down

0 comments on commit 11936e1

Please sign in to comment.