Skip to content

Commit

Permalink
Only push tags and sign them.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaus67 committed Nov 20, 2023
1 parent 861499a commit 5ecf21e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-main-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Robot Rox"
# Move the main version tag to the target tag.
git tag -f ${{ github.event.inputs.main_version }} ${{ github.event.inputs.target }}
git push origin ${{ github.event.inputs.main_version }} --force
git tag -s -f ${{ github.event.inputs.main_version }} ${{ github.event.inputs.target }}
git push origin ${{ github.event.inputs.main_version }} --force --tags

0 comments on commit 5ecf21e

Please sign in to comment.