We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1186167 commit ca60d77Copy full SHA for ca60d77
.github/workflows/release-to-homebrew.yml
@@ -27,6 +27,7 @@ jobs:
27
28
- name: Get GitHub App User ID
29
id: get-user-id
30
+ if: github.event_name != 'workflow_dispatch'
31
run: echo "user-id=$(gh api "/users/${{ steps.app-token.outputs.app-slug }}[bot]" --jq .id)" >> "$GITHUB_OUTPUT"
32
env:
33
GH_TOKEN: ${{ steps.app-token.outputs.token }}
@@ -53,4 +54,3 @@ jobs:
53
54
with:
55
formula-name: t-rec
56
tag-name: v${{ env.RELEASE_VERSION }}
- push-to: sassman/homebrew-core
0 commit comments