From 996b5f4f7a89435f6c1ab317ba5e8d468fffe6cb Mon Sep 17 00:00:00 2001 From: BolajiOlajide <25608335+BolajiOlajide@users.noreply.github.com> Date: Mon, 27 Dec 2021 12:53:06 +0100 Subject: [PATCH] feat: remove commit ammend --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a1b9c25..c0f16ac 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -98,6 +98,5 @@ jobs: - name: Push git tag and updated package.json run: | - git commit --amend --no-edit git push origin v${{steps.package-version.outputs.current-version}} git push origin main