Skip to content

Commit c01b28f

Browse files
authored
Merge pull request #2434 from vdice/ci/fix-dispatch-logic
ci(release): fix dispatch conditional
2 parents 4a96e43 + 9bc503b commit c01b28f

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)