Skip to content

Commit

Permalink
Fix(Actions): Release Workflow commented push back
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinand-c authored Apr 24, 2023
1 parent 7833381 commit 9b401b3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ jobs:
- name: Build & Release package
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
# poetry publish --build
poetry version patch
poetry publish --build
# poetry version patch
# Updated published version code to github
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git switch main
git add pyproject.toml
git commit -m "BumpVer: Bumped Minor version patch on release [BOT]"
git push
# git config --global user.name "${GITHUB_ACTOR}"
# git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
# git switch main
# git add pyproject.toml
# git commit -m "BumpVer: Bumped Minor version patch on release [BOT]"
# git push

0 comments on commit 9b401b3

Please sign in to comment.