Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
saltbo committed Mar 21, 2023
2 parents 27f0afa + b79709f commit c3736ff
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,13 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/bin/*
- name: Update Homebrew cask
uses: macauley/action-homebrew-bump-cask@v1
if: startsWith(github.ref, 'refs/tags/')
homebrewBump:
runs-on: macos-12
needs: package
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: saltbo/bump-homebrew-cask-action@main
with:
token: ${{secrets.PAT}}
token: ${{ secrets.PAT }}
tap: saltbo/homebrew-bin
cask: relingo
tag: ${{github.ref}}
revision: ${{github.sha}}
package: relingo

0 comments on commit c3736ff

Please sign in to comment.