Skip to content

Commit ca60d77

Browse files
committed
fix(ci): iterate
Signed-off-by: Sven Kanoldt <sven@d34dl0ck.me>
1 parent 1186167 commit ca60d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-to-homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727

2828
- name: Get GitHub App User ID
2929
id: get-user-id
30+
if: github.event_name != 'workflow_dispatch'
3031
run: echo "user-id=$(gh api "/users/${{ steps.app-token.outputs.app-slug }}[bot]" --jq .id)" >> "$GITHUB_OUTPUT"
3132
env:
3233
GH_TOKEN: ${{ steps.app-token.outputs.token }}
@@ -53,4 +54,3 @@ jobs:
5354
with:
5455
formula-name: t-rec
5556
tag-name: v${{ env.RELEASE_VERSION }}
56-
push-to: sassman/homebrew-core

0 commit comments

Comments
 (0)