Skip to content

Commit 056c5e7

Browse files
authored
Merge pull request #1382 from kubernetes-client/ci/release
ci: dont annotate the git tag
2 parents 8b071c4 + 8819840 commit 056c5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
git config --global user.name 'Github Bot'
5656
git config --global user.email '<>'
57-
git tag -a ${{ github.events.inputs.version }}
57+
git tag ${{ github.events.inputs.version }}
5858
- name: Push tag
5959
if: ${{ github.event.inputs.dry_run != 'true' }}
6060
run: |

0 commit comments

Comments
 (0)