Skip to content

Commit

Permalink
Tap cask before trying to bump-cask-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Feb 1, 2024
1 parent 5ea7e30 commit 27a62a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,6 @@ jobs:
needs: build-release-cli
steps:
- name: Bump Brew Version
run: brew bump-cask-pr --version ${{ github.ref_name }} dfed/safedi/safeditool
run: |
brew tap dfed/safedi
brew bump-cask-pr --version ${{ github.ref_name }} dfed/safedi/safeditool

0 comments on commit 27a62a3

Please sign in to comment.