From e12d46f9f310b14fdd766fa6a42f8e722a90aa78 Mon Sep 17 00:00:00 2001 From: Jaekwon Bang Date: Tue, 27 Jul 2021 19:21:58 +0900 Subject: [PATCH] Remove waring in publish-release.yml --- .github/workflows/publish-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index beaf364..3a68852 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -19,8 +19,6 @@ jobs: id: get_release env: GITHUB_TOKEN: ${{ github.token }} - with: - tag_name: ${{ github.ref }} - name: Bump up version env: NEW_TAG: ${{ steps.get_release.outputs.tag_name }}