remove useless step

This commit is contained in:
DerDavidBohl
2025-10-06 18:22:55 +02:00
parent 105dd3b6f8
commit 4e4d82097f

View File

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