-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
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 | ||
|
@@ -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 }} | ||
|
This file contains 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