Skip to content

Commit 13f6567

Browse files
authored
Allow empty commits in copy pre-release step (#962)
1 parent e0a4d7b commit 13f6567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
git config user.name sourcegraph-bot
134134
git config user.email sourcegraph-bot-github@sourcegraph.com
135135
git add .
136-
git commit -m "Copy previous release"
136+
git commit --allow-empty -m "Copy previous release"
137137
git push
138138
139139
# goreleaser runs tests before building, then uses goreleaser to publish to Homebrew and

0 commit comments

Comments
 (0)