Skip to content

Commit cb1a977

Browse files
committed
ci: use correct repo
1 parent 7122ac4 commit cb1a977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ on:
4242
pull_request:
4343
push:
4444
tags:
45-
- '**[0-9]+.[0-9]+.[0-9]+*'
45+
- "**[0-9]+.[0-9]+.[0-9]+*"
4646

4747
jobs:
4848
# Run 'dist plan' (or host) to determine what tasks we need to do
@@ -288,7 +288,7 @@ jobs:
288288
steps:
289289
- uses: actions/checkout@v4
290290
with:
291-
repository: "NikitaRevenco/homebrew-tap"
291+
repository: "nik-rev/homebrew-tap"
292292
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
293293
# So we have access to the formula
294294
- name: Fetch homebrew formulae

0 commit comments

Comments
 (0)