Skip to content

Commit

Permalink
[workflows] testing new brew bump cask
Browse files Browse the repository at this point in the history
  • Loading branch information
raphtlw committed Feb 12, 2022
1 parent 8cc55c6 commit 136f743
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ jobs:
bump-homebrew-cask:
runs-on: macos-latest
steps:
- name: Homebrew bump cask
uses: macauley/action-homebrew-bump-cask@v1
with:
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
tap: raphtlw/homebrew-tap
cask: m1necraft
- name: Bump Homebrew cask
run: |
echo "$BUMP_VERSION"
brew tap raphtlw/tap
brew bump-cask-pr raphtlw/tap/m1necraft --version="$BUMP_VERSION"
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
BUMP_VERSION: ${{ github.ref_name }}

0 comments on commit 136f743

Please sign in to comment.