We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c896a0 + 0885663 commit 2cd2a17Copy full SHA for 2cd2a17
1 file changed
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ on:
9
ref:
10
description: 'Git ref (branch, tag, or SHA) to build from'
11
required: true
12
- default: 'main'
+ default: 'master' # ← was 'main'
13
type: string
14
15
# Least-privilege defaults for all jobs (override per-job if needed)
0 commit comments