From d76b774d1f3a2ff45864b56ea2a3e0bb54131de2 Mon Sep 17 00:00:00 2001 From: Volodymyr Savchenko Date: Fri, 17 Nov 2023 15:59:22 +0100 Subject: [PATCH] another push changes with tags --- .github/workflows/python-publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index e8797add..8db35ba3 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -30,13 +30,15 @@ jobs: git config --global user.name "ODA Release Bot" bump2version patch --verbose --commit --tag bump2version release --verbose --commit --tag - git push origin master --tags + # git push origin master --tags - name: Push changes uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: ${{ github.ref }} + # force: true + tags: true # - uses: stefanzweifel/git-auto-commit-action@v4