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 }}