Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Old-Second authored Aug 29, 2023
1 parent ba1f8ab commit d307e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git add dist/*
git add -f dist/*
git commit -m "Build output"
git checkout -b build
git push origin build

0 comments on commit d307e72

Please sign in to comment.