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 9594940 commit b3467f1Copy full SHA for b3467f1
.github/workflows/publish-oss.yml
@@ -23,7 +23,8 @@ on:
23
branch:
24
description: "Choose the branch to publish from"
25
type: string
26
- default: "main"
+ # generally all OSS post-prod releases should be off of stable
27
+ default: "stable"
28
version:
29
description: "Choose the version to bump to (e.g. 1.2.3rc1, patch, release) or leave empty"
30
0 commit comments