Skip to content

Instantly share code, notes, and snippets.

@extrawurst
Created April 14, 2020 12:16
Show Gist options
  • Save extrawurst/79c7e99efdaef5ba675dfb53d1bd848f to your computer and use it in GitHub Desktop.
Save extrawurst/79c7e99efdaef5ba675dfb53d1bd848f to your computer and use it in GitHub Desktop.
- name: Bump Brew
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.BREW_TOKEN }}
run: |
brew tap extrawurst/tap
brew bump-formula-pr -f --version=${{ steps.get_version.outputs.version }} --no-browse --no-audit \
--sha256=${{ steps.shasum.outputs.sha }} \
--url="https://github.com/extrawurst/gitui/releases/download/${{ steps.get_version.outputs.version }}/gitui-mac.tar.gz" \
extrawurst/tap/gitui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment