Skip to content

Commit

Permalink
Update bump-cask.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Sep 12, 2022
1 parent 49c0d9f commit 4a002e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-cask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
formula-path: Casks/cf-vault.rb
homebrew-tap: jacobbednarz/homebrew-tap
base-branch: master
download-url: https://github.com/jacobbednarz/cf-vault/releases/download/${{ steps.extract-version.outputs.tag-name }}/cf-vault_${{ steps.extract-version.outputs.tag-name }}_darwin_amd64.tar.gz
download-url: https://github.com/jacobbednarz/cf-vault/releases/download/${{ github.event.inputs.tag-name }}/cf-vault_${{ github.event.inputs.tag-name }}_darwin_amd64.tar.gz
commit-message: Bump {{formulaName}} to {{version}}
tag-name: ${{ github.event.inputs.tag-name }}
env:
Expand Down

0 comments on commit 4a002e2

Please sign in to comment.