Skip to content

Commit

Permalink
[skip version] trying out a fix for GH action versionbump
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrozich committed May 5, 2024
1 parent 77d2ec1 commit 65c8a47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2
with:
fetch-depth: 0 # Important to fetch all history for version tags and commits
# This step checks out the repository code

- name: Set up Python
Expand Down Expand Up @@ -55,6 +57,7 @@ jobs:
bump2version ${{ steps.version-bump-type.outputs.type }} --config-file .bumpversion.cfg
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git push
git push --tags
# This step performs the version bump and pushes the changes to the repository

Expand Down

0 comments on commit 65c8a47

Please sign in to comment.