Skip to content

Commit ea5e163

Browse files
koenbeukclaude
andcommitted
fix(ci): correct prerelease branch ref from main to master
The repo's default branch is master, not main. The incorrect ref would prevent the prerelease NuGet publishing job from ever triggering. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e90ff0a commit ea5e163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
prerelease:
6767
needs: build
68-
if: github.ref == 'refs/heads/main'
68+
if: github.ref == 'refs/heads/master'
6969
runs-on: ubuntu-latest
7070
steps:
7171
- name: Download Artifact

0 commit comments

Comments
 (0)