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.
2 parents 4a96e43 + 9bc503b commit c01b28fCopy full SHA for c01b28f
.github/workflows/release.yml
@@ -363,7 +363,7 @@ jobs:
363
name: Dispatch spin-release event to fermyon/homebrew-tap
364
needs: create-gh-release
365
runs-on: ubuntu-latest
366
- if: ${{ github.repository_owner == 'fermyon' }} && ${{ startsWith(github.ref, 'refs/tags/v') }}
+ if: github.repository_owner == 'fermyon' && startsWith(github.ref, 'refs/tags/v')
367
steps:
368
- name: Repository Dispatch
369
uses: peter-evans/repository-dispatch@v3
0 commit comments