Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhipfel authored Oct 2, 2023
1 parent 7897c1d commit ef15897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
git config --global user.name "Stefan Hipfel"
git config --global user.email "stefan.hipfel@sap.com"
git commit -m "Create new release ${{ github.event.inputs.tag }}" --allow-empty
git tag ${{ github.event.inputs.tag }}
git push origin ${{ github.event.inputs.tag }}
git tag v${{ github.event.inputs.tag }}
git push origin v${{ github.event.inputs.tag }}
shell: bash

0 comments on commit ef15897

Please sign in to comment.