- Notifications
You must be signed in to change notification settings - Fork262
Closed
Description
Description
It would be nice if the tags that are created by the GitHub Action would be able to be signed when commit signatures are enabled.
Use cases
This would be useful in every case where a new tag is created using the GitHub Action. It would add an extra indicator that the tag is official.
Possible implementation
Simply add a line of code to turn on tag auto-signing when commit auto-signing is enabled in the GitHub action.
git config --global tag.gpgSign true