workflow tweaks
This commit is contained in:
parent
3ebff7f4ab
commit
f1ca10a7e4
2 changed files with 6 additions and 1 deletions
5
.github/workflows/chromatic.yaml
vendored
5
.github/workflows/chromatic.yaml
vendored
|
|
@ -15,6 +15,11 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: npm
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Publish to Chromatic
|
||||
|
|
|
|||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
run: npm run build:docs
|
||||
|
||||
- id: commit_and_push
|
||||
name: Commit and push changes
|
||||
name: Commit and push docs
|
||||
if: steps.changesets.outputs.published == 'true'
|
||||
run: |
|
||||
git config --global user.name 'github-actions[bot]'
|
||||
|
|
|
|||
Loading…
Reference in a new issue