Skip to content

Commit 07690b7

Browse files
Fix Homebrew bump action with explicit tag and revision (#1294)
The action-homebrew-bump-formula@v4 requires explicit tag and revision parameters to properly detect version changes. Without these, the action seems to sometimes fail when trying to bump from older versions to newer ones. Not sure though.
1 parent a084173 commit 07690b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,8 @@ jobs:
10141014
token: ${{secrets.TOKEN_FOR_HOMEBREW}}
10151015
formula: juliaup
10161016
force: true
1017+
tag: ${{ github.ref }}
1018+
revision: ${{ github.sha }}
10171019

10181020
deploy-release-channel-aur:
10191021
needs: [create-github-release,package-unix,package-windows-msix,package-windows-msi]

0 commit comments

Comments
 (0)