mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-03 20:48:49 -04:00
CI: Update Brew on new releases
This commit is contained in:
parent
5ee160f84f
commit
a94b6fdf18
14
.github/workflows/buildAndDeploy.yml
vendored
14
.github/workflows/buildAndDeploy.yml
vendored
@ -363,3 +363,17 @@ jobs:
|
|||||||
ssh_keyscan_types: rsa
|
ssh_keyscan_types: rsa
|
||||||
updpkgsums: true
|
updpkgsums: true
|
||||||
allow_empty_commits: false
|
allow_empty_commits: false
|
||||||
|
|
||||||
|
brew-update:
|
||||||
|
continue-on-error: true
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: [ get-release-body, upload-github-release-and-post-to-discord ]
|
||||||
|
steps:
|
||||||
|
- name: Update Homebrew formula
|
||||||
|
continue-on-error: true
|
||||||
|
uses: mislav/bump-homebrew-formula-action@v3
|
||||||
|
with:
|
||||||
|
formula-name: unciv
|
||||||
|
download-url: https://github.com/yairm210/Unciv/releases/download/${{ github.ref_name }}/Unciv.jar
|
||||||
|
env:
|
||||||
|
COMMITTER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user