Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 committed Mar 20, 2024
1 parent 139d356 commit c2cd9ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ jobs:
node-version: 20.x
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run build
5 changes: 2 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
- name: Build
run: |
npm run lint
npm run build
- name: Commit and push
run: |
git add .
git commit -m "chore: update to latest ZenStack"
git push
git commit --allow-empty -m "chore: update to latest ZenStack" || true
git push || true

0 comments on commit c2cd9ea

Please sign in to comment.