Skip to content

Commit

Permalink
another push changes with tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Savchenko authored and Volodymyr Savchenko committed Nov 17, 2023
1 parent 0191a57 commit d76b774
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d76b774

Please sign in to comment.