We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a4d7b commit 13f6567Copy full SHA for 13f6567
.github/workflows/goreleaser.yml
@@ -133,7 +133,7 @@ jobs:
133
git config user.name sourcegraph-bot
134
git config user.email sourcegraph-bot-github@sourcegraph.com
135
git add .
136
- git commit -m "Copy previous release"
+ git commit --allow-empty -m "Copy previous release"
137
git push
138
139
# goreleaser runs tests before building, then uses goreleaser to publish to Homebrew and
0 commit comments