diff --git a/.github/workflows/draft_release.yml b/.github/workflows/draft_release.yml index 68691f40..e6820736 100644 --- a/.github/workflows/draft_release.yml +++ b/.github/workflows/draft_release.yml @@ -87,6 +87,12 @@ jobs: continue-on-error: true run: | cd "`brew --repo homebrew/core`" + git remote -v + git log -1 --decorate + grep head Formula/p/pympress.rb + + brew update + # Credentials and remotes git remote add gh "https://github.com/Cimbali/homebrew-core/" git fetch gh @@ -96,6 +102,7 @@ jobs: # Now use master and update remote so we can use the bump-formula-pr git checkout master git log -1 --decorate + grep head Formula/p/pympress.rb - name: Run the audit continue-on-error: true