We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe0fb1 commit f5d9b32Copy full SHA for f5d9b32
.github/workflows/ci_release.yml
@@ -95,13 +95,6 @@ jobs:
95
with:
96
go-version: ${{ needs.setup.outputs.go-version }}
97
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
-
105
- name: Import GPG key
106
id: import_gpg
107
uses: crazy-max/ghaction-import-gpg@v6
0 commit comments