Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper-0910 authored Nov 5, 2024
1 parent b6afb61 commit 3d23dfd
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 @@ -84,7 +84,7 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m --allow-empty "Update Update-Server"
git commit --allow-empty -m "Update Update-Server"
git push origin
- name: Cleanup
if: steps.version.outputs.tag_version != steps.version.outputs.version
Expand Down

0 comments on commit 3d23dfd

Please sign in to comment.