Skip to content

Commit

Permalink
Update pyproject-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Laikulo authored Dec 27, 2024
1 parent 5a6f770 commit a3c8366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyproject-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
git config user.name Klippy-Tools-Bot
git config user.email [email protected]
git tag --force -am "Kilpper at $KLIPPY_VERSION" klipper-$KLIPPY_VERSION
git tag --force -am "Klipper at $KLIPPY_VERSION" klipper-$KLIPPY_VERSION
git push -f origin klipper-$KLIPPY_VERSION
if ! gh release view "klipper-$KLIPPY_VERSION" >/dev/null; then
gh release create "klipper-$KLIPPY_VERSION"
Expand Down

0 comments on commit a3c8366

Please sign in to comment.