Skip to content

Commit

Permalink
fix: force push generated bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich authored Dec 29, 2024
1 parent bbc706f commit 0ab1d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ jobs:
echo "No changes to commit."
else
git commit -m "chore: update vendored bindings"
git push
git push --force
fi

0 comments on commit 0ab1d74

Please sign in to comment.