From 8768737cc85a6160ee026db1435eeef2c040b31a Mon Sep 17 00:00:00 2001 From: LuisLiraC Date: Mon, 27 May 2024 10:18:45 -0600 Subject: [PATCH] remove default tag --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c56c3a6..62b274f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,7 +6,6 @@ on: tag: description: 'Tag to release' required: true - default: 'v0.1.0-alpha' jobs: build-artifacts: @@ -73,4 +72,4 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: "Linux/Linux.tgz" - tag: ${{ github.event.inputs.tag }} \ No newline at end of file + tag: ${{ github.event.inputs.tag }}