From 13f6567ec26e8d72c355706c30e5a1983d1c04d3 Mon Sep 17 00:00:00 2001 From: Kelli Rockwell Date: Mon, 20 Mar 2023 09:42:03 -0700 Subject: [PATCH] Allow empty commits in copy pre-release step (#962) --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index b344d9012d..dfa7dd7aba 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -133,7 +133,7 @@ jobs: git config user.name sourcegraph-bot git config user.email sourcegraph-bot-github@sourcegraph.com git add . - git commit -m "Copy previous release" + git commit --allow-empty -m "Copy previous release" git push # goreleaser runs tests before building, then uses goreleaser to publish to Homebrew and