Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
RuffleBuild committed Aug 8, 2024
1 parent 654fc76 commit e877613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def commit():
run_command(['git', 'config', 'user.name', 'RuffleBuild'])
run_command(['git', 'config', 'user.email', 'ruffle@ruffle.rs'])

run_command(['git', 'add', '-A'])
run_command(['git', 'add', '--update'])
run_command(['git', 'commit', '-m', commit_message])


Expand Down

0 comments on commit e877613

Please sign in to comment.