Skip to content

Commit

Permalink
Merge pull request #1680 from kubernetes-client/brendandburns-patch-7
Browse files Browse the repository at this point in the history
Fix tagging for releases.
  • Loading branch information
k8s-ci-robot committed May 8, 2024
2 parents 4f74397 + 52eeb0e commit e0eb2ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -54,8 +54,8 @@ jobs:
run: |
git config --global user.name 'Github Bot'
git config --global user.email '<>'
git tag ${{ github.events.inputs.version }}
git tag ${{ github.events.inputs.releaseVersion }}
- name: Push tag
if: ${{ github.event.inputs.dry_run != 'true' }}
run: |
git push ${{ github.events.inputs.version }}
git push ${{ github.events.inputs.releaseVersion }}

0 comments on commit e0eb2ea

Please sign in to comment.