Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
am2222 authored Mar 2, 2024
1 parent aa0500f commit 917f93e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
npm run publish:patch
npm ci
npm test
npm run tsc --if-present
npm run publish:patch
echo "git add"
git add .
echo "git commit"
git commit -m "github-actions[bot]:build"
- name: Push changes
Expand Down

0 comments on commit 917f93e

Please sign in to comment.