Skip to content

Commit

Permalink
bump test
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-lee97 committed Aug 8, 2024
1 parent f9222e9 commit bee3475
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
python -m pip install --upgrade pip
pip install bump2version setuptools wheel twine
- name: Configure Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "sh-lee"
- name: Bump version
id: bump_version
run: |
Expand All @@ -74,6 +79,8 @@ jobs:
run: |
git push origin --tags
git push origin HEAD:main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit bee3475

Please sign in to comment.