Skip to content

Commit e0eb2ea

Browse files
authored
Merge pull request #1680 from kubernetes-client/brendandburns-patch-7
Fix tagging for releases.
2 parents 4f74397 + 52eeb0e commit e0eb2ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)