Skip to content

Commit

Permalink
Redesigned CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Shritesh99 committed Nov 28, 2023
1 parent d1ef8c3 commit 8c552dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: |
git config user.name github-actions
git config user.email github-actions@github.com
autopub prepare
poetry build
git config user.name github-actions
git config user.email github-actions@github.com
git add .
git rm --cached RELEASE.md
git commit -m "Release ${{ github.repository_basename }} ${{ github.event.release.name }}"
Expand Down

0 comments on commit 8c552dd

Please sign in to comment.