Skip to content

Commit 0314c2b

Browse files
committed
ci: Fix the release job branch
1 parent ee3062f commit 0314c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permissions:
55
contents: write
66

77
on:
8-
push: { branches: [master] }
8+
push: { branches: [main] }
99

1010
jobs:
1111
release-plz:

0 commit comments

Comments
 (0)