Skip to content

Commit

Permalink
Allow empty commits in copy pre-release step (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
courier-new authored Mar 20, 2023
1 parent e0a4d7b commit 13f6567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
git config user.name sourcegraph-bot
git config user.email [email protected]
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
Expand Down

0 comments on commit 13f6567

Please sign in to comment.