From 8c552ddbb3c2da9227245fcee31b1a4ad2344b84 Mon Sep 17 00:00:00 2001 From: Shritesh Jamulkar Date: Tue, 28 Nov 2023 01:04:53 +0000 Subject: [PATCH] Redesigned CD pipeline --- .github/workflows/release_steps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_steps.yml b/.github/workflows/release_steps.yml index 3571056..db36f0e 100644 --- a/.github/workflows/release_steps.yml +++ b/.github/workflows/release_steps.yml @@ -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 }}"