From 42c5a2da13f17b6320882682c8db2a663ecf1b60 Mon Sep 17 00:00:00 2001 From: ktechmidas Date: Tue, 15 Oct 2024 15:07:16 +0300 Subject: [PATCH] create tag manually for now I guess --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a90cc1..98e0154 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,12 +94,6 @@ jobs: needs: build-and-release runs-on: ubuntu-latest steps: - - - name: Create Git tag - run: | - git tag ${{ github.event.inputs.tag }} - git push origin ${{ github.event.inputs.tag }} - - name: Download Linux X64 uses: actions/download-artifact@v3 with: