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 32070a4 commit 763b20cCopy full SHA for 763b20c
.github/workflows/release.yaml
@@ -215,15 +215,15 @@ jobs:
215
needs:
216
- init
217
- publish
218
- if: needs.init.outputs.prerelease == "false"
+ if: needs.init.outputs.prerelease == 'false'
219
uses: ./.github/workflows/pages.yaml
220
221
brew:
222
223
224
225
runs-on: ubuntu-latest
226
227
228
steps:
229
- uses: mislav/bump-homebrew-formula-action@v3
0 commit comments