From 5c884171181639a8d5225d74a9092ca906bfa85f Mon Sep 17 00:00:00 2001 From: hoseacodes Date: Mon, 27 May 2024 04:38:16 -0500 Subject: [PATCH] fix(*): update tag in pipeline --- .github/workflows/main.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 80e5b04..1870d20 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -110,8 +110,3 @@ jobs: --title="${GITHUB_REPOSITORY#*/} ${tag#v}" \ --generate-notes \ --draft - with: - tag_name: ${{ steps.semver.outputs.patch }} - release_name: Release ${{ steps.semver.outputs.patch }} - - \ No newline at end of file