Skip to content

Commit 9bc503b

Browse files
committed
ci(release): fix dispatch conditional
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 4a96e43 commit 9bc503b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ jobs:
363363
name: Dispatch spin-release event to fermyon/homebrew-tap
364364
needs: create-gh-release
365365
runs-on: ubuntu-latest
366-
if: ${{ github.repository_owner == 'fermyon' }} && ${{ startsWith(github.ref, 'refs/tags/v') }}
366+
if: github.repository_owner == 'fermyon' && startsWith(github.ref, 'refs/tags/v')
367367
steps:
368368
- name: Repository Dispatch
369369
uses: peter-evans/repository-dispatch@v3

0 commit comments

Comments
 (0)