From f5d9b3207dfc6e9a39c0dbb2fa19ef6f96eacf6f Mon Sep 17 00:00:00 2001 From: rene <41963722+renaynay@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:36:21 +0100 Subject: [PATCH] fix(.github/workflows): no automatic tagging of releases for CI (#3963) --- .github/workflows/ci_release.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 09fbb554e6..29c632e2b6 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -95,13 +95,6 @@ jobs: with: go-version: ${{ needs.setup.outputs.go-version }} - - name: Bump version and push tag - if: ${{ github.event_name == 'workflow_dispatch' }} && ${{ inputs.tag-as }} != '' - uses: mathieudutour/github-tag-action@v6.2 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - custom_tag: ${{ inputs.tag-as }} - - name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v6