Skip to content

Commit b3467f1

Browse files
Update default branch in publish-oss.yml (#1318)
1 parent 9594940 commit b3467f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-oss.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ on:
2323
branch:
2424
description: "Choose the branch to publish from"
2525
type: string
26-
default: "main"
26+
# generally all OSS post-prod releases should be off of stable
27+
default: "stable"
2728
version:
2829
description: "Choose the version to bump to (e.g. 1.2.3rc1, patch, release) or leave empty"
2930
type: string

0 commit comments

Comments
 (0)