Skip to content

Commit f5d9b32

Browse files
authored
fix(.github/workflows): no automatic tagging of releases for CI (#3963)
1 parent dbe0fb1 commit f5d9b32

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: .github/workflows/ci_release.yml

-7
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,6 @@ jobs:
9595
with:
9696
go-version: ${{ needs.setup.outputs.go-version }}
9797

98-
- name: Bump version and push tag
99-
if: ${{ github.event_name == 'workflow_dispatch' }} && ${{ inputs.tag-as }} != ''
100-
uses: mathieudutour/[email protected]
101-
with:
102-
github_token: ${{ secrets.GITHUB_TOKEN }}
103-
custom_tag: ${{ inputs.tag-as }}
104-
10598
- name: Import GPG key
10699
id: import_gpg
107100
uses: crazy-max/ghaction-import-gpg@v6

0 commit comments

Comments
 (0)