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 143c42c commit 38c9128Copy full SHA for 38c9128
.github/workflows/knative-releasability.yaml
@@ -25,8 +25,8 @@ jobs:
25
releasability:
26
uses: knative/actions/.github/workflows/releasability.yaml@main
27
with:
28
- releaseFamily: ${{ github.event.inputs.releaseFamily || 'v1.7' }}
29
- moduleReleaseFamily: ${{ github.event.inputs.moduleReleaseFamily || 'v0.34' }}
+ releaseFamily: ${{ github.event.inputs.releaseFamily || 'v1.8' }}
+ moduleReleaseFamily: ${{ github.event.inputs.moduleReleaseFamily || 'v0.35' }}
30
slackChannel: ${{ github.event.inputs.slackChannel || 'release' }}
31
secrets:
32
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
0 commit comments