Skip to content

Commit

Permalink
gh release clobber
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Sep 17, 2024
1 parent 708a9a3 commit ed40827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
echo "No tag found, exiting"
exit 1
else
gh release create ${{ steps.changelog.outputs.tag }} --title ${{ steps.changelog.outputs.tag }} --generate-notes
gh release create ${{ steps.changelog.outputs.tag }} --title ${{ steps.changelog.outputs.tag }} --generate-notes --clobber
fi
cleanup:
Expand Down

0 comments on commit ed40827

Please sign in to comment.