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