We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f0992 commit 0f2461fCopy full SHA for 0f2461f
.github/workflows/release.yaml
@@ -17,6 +17,7 @@ jobs:
17
git merge --ff-only ${GITHUB_REF}
18
git push origin latest
19
generate-homebrew-formula:
20
+ runs-on: ubuntu-latest
21
needs: [update-latest-tag]
22
steps:
23
- uses: actions/checkout@v2
0 commit comments