Skip to content

Commit

Permalink
feat: bump cask version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
suphon-t committed Jan 11, 2024
1 parent 20a3545 commit ff48f93
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,12 @@ jobs:
with:
body_path: ${{ env.CHANGELOG_PATH }}
files: ${{ env.DMG_NAME }}

- name: Bump cask version
uses: benc-uk/workflow-dispatch@v1
if: startsWith(github.ref, 'refs/tags/')
with:
workflow: bump-cask.yaml
repo: softnetics/homebrew-tap
ref: main
inputs: '{ "cask": "dotlocal", "version": "${{ env.VERSION }}" }'

0 comments on commit ff48f93

Please sign in to comment.