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 85e5e77 commit aa0500f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
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 All @@ -43,7 +45,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20.x
Expand Down

0 comments on commit aa0500f

Please sign in to comment.