From 7d6aee40a6a366939ca98b49b1654078d62672dd Mon Sep 17 00:00:00 2001 From: alufers Date: Sat, 22 Apr 2023 19:41:17 +0200 Subject: [PATCH] Fix push --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11ac960..ab65657 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,6 +56,7 @@ jobs: git add pyproject.toml poetry.lock git commit -m "chore: release ${{ env.NEW_VERSION }}" git tag ${{ env.NEW_VERSION }} + git push origin master - name: Build docker image uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: @@ -65,7 +66,6 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} # Push repository changes - - uses: stefanzweifel/git-auto-commit-action@v4 - name: Publish package run: | poetry publish --build