Skip to content

Commit

Permalink
fix(.github/workflows): no automatic tagging of releases for CI (#3963)
Browse files Browse the repository at this point in the history
  • Loading branch information
renaynay authored Nov 26, 2024
1 parent dbe0fb1 commit f5d9b32
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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
Expand Down

0 comments on commit f5d9b32

Please sign in to comment.