Skip to content

Commit

Permalink
Remove signing requirement for git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
swlars committed May 13, 2024
1 parent a00eef6 commit 2acfcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_release
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo dirname $dirname

do_tag ()
{
git tag -s -m "tagging $tag" "$tag"
git tag -m "tagging $tag" "$tag"
}

do_tar ()
Expand Down

0 comments on commit 2acfcfe

Please sign in to comment.