diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9c0cf0e..16c4f0c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -65,7 +65,4 @@ jobs: GH_PAT: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} GITHUB_REF_NAME: ${{ github.ref_name }} - - name: Create and push tag - run: | - git tag v${{ github.event.inputs.version }} - git push origin v${{ github.event.inputs.version }} +