mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
add verbose debugging to formula releasing
This commit is contained in:
committed by
GitHub
parent
7847c8b99c
commit
03ff6e9824
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -84,4 +84,4 @@ jobs:
|
||||
git config --global user.name 'Dokku Bot'
|
||||
git config --global user.email no-reply@dokku.com
|
||||
brew tap dokku/repo "https://$HOMEBREW_GITHUB_USERNAME:$HOMEBREW_GITHUB_API_TOKEN@github.com/dokku/homebrew-repo.git"
|
||||
brew bump-formula-pr -f --no-browse --no-audit --no-fork --url "https://github.com/dokku/dokku/archive/${{ needs.release.outputs.version }}.tar.gz" dokku/repo/dokku
|
||||
brew bump-formula-pr -f --no-browse --no-audit --no-fork --debug --verbose --url "https://github.com/dokku/dokku/archive/${{ needs.release.outputs.version }}.tar.gz" dokku/repo/dokku
|
||||
|
||||
Reference in New Issue
Block a user