From aee023fc533310e47306846c0c122dbfc37e33b6 Mon Sep 17 00:00:00 2001 From: Jkbang <81218204+bjk7119@users.noreply.github.com> Date: Thu, 22 Jul 2021 11:19:07 +0900 Subject: [PATCH] Update publish-release.yml --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 324036e..fed9c0b 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -34,7 +34,7 @@ jobs: with: tag_name: ${{ steps.get_release.outputs.tag_name }} - name: Bump up version - run: bumpversion --curent-version 2.0.0 patch setup.py + run: bumpversion --curent-version $tag_name patch setup.py deploy: