From 4e4d82097fad5b58b90e4d6dec4bd82bedd0338f Mon Sep 17 00:00:00 2001 From: DerDavidBohl Date: Mon, 6 Oct 2025 18:22:55 +0200 Subject: [PATCH] remove useless step --- .github/workflows/publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 }} +