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.
1 parent ca3e4c6 commit 14e7c63Copy full SHA for 14e7c63
.github/workflows/release.yaml
@@ -234,15 +234,15 @@ jobs:
234
needs:
235
- init
236
- publish
237
- if: needs.init.outputs.prerelease == 'false'
+ if: needs.init.outputs.prerelease != 'true'
238
uses: ./.github/workflows/pages.yaml
239
240
brew:
241
242
243
244
runs-on: ubuntu-latest
245
246
247
steps:
248
- uses: ./.github/workflows/brew.yaml
0 commit comments