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 3bbabdc commit ca09a85Copy full SHA for ca09a85
.github/workflows/release.yaml
@@ -336,7 +336,7 @@ jobs:
336
# Send out release notifications after the Release was published on GitHub.
337
# Uncomment the `if` to disable sending release notifications.
338
notifications:
339
- # if: ${{ false }}
+ if: ${{ false }}
340
needs: [release]
341
name: Send Release notifications
342
uses: ./.github/workflows/_release-notifications.yaml
0 commit comments