From 458a7f58f19dcf5df5b7d90c9e809449197aa48d Mon Sep 17 00:00:00 2001 From: Adam Amer <136176500+adamamer20@users.noreply.github.com> Date: Wed, 28 Aug 2024 09:04:02 +0200 Subject: [PATCH] fix: publish.yml --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ecde5f49..37f5fad1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,6 @@ jobs: CURRENT_VERSION=$(hatch version) pip install $PACKAGE_NAME==$CURRENT_VERSION python -c "import mesa_frames; print(mesa_frames.__version__)" - - name: Create or recreate version branch - name: Create or recreate version branch run: | CURRENT_VERSION=$(hatch version) @@ -76,4 +75,4 @@ jobs: git config user.email github-actions@github.com git add mesa-frames/__init__.py git commit -m "Bump version to $NEW_VERSION [skip ci]" - git push \ No newline at end of file + git push