diff --git a/modules/home-manager/cli/scripts/scripts/tag-release b/modules/home-manager/cli/scripts/scripts/tag-release index ad112170..c1899930 100755 --- a/modules/home-manager/cli/scripts/scripts/tag-release +++ b/modules/home-manager/cli/scripts/scripts/tag-release @@ -8,6 +8,4 @@ tag="$(date '+%Y-%m-%d-%H.%M.%S')" echo "Tagging commit $(git rev-parse "${commit_sha}") as ${tag}." echo "" -# Tag the appropriate commit and push to the remote. git tag "${tag}" "${commit_sha}" -git push origin "refs/tags/${tag}" --no-verify