Skip to content

Commit

Permalink
[SKIP] Update version-bump.yml to force push
Browse files Browse the repository at this point in the history
Since the main branch is protected, this action was no longer working.
  • Loading branch information
openvmp authored Dec 30, 2023
1 parent bda322a commit 28df70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:

- name: Commit version change to master
run: |
git push --follow-tags
git push --force --follow-tags
# TODO(clairbee): publish the package as seen in https://github.com/joaomcteixeira/python-project-skeleton/blob/main/.github/workflows/version-bump-and-package.yml

0 comments on commit 28df70d

Please sign in to comment.