Skip to content

Commit b65df12

Browse files
authored
Change default branch for releasing
1 parent c27a682 commit b65df12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
steps:
3939
- name: Validate ref
4040
run: |
41-
if [ "${{ github.ref }}" != refs/heads/master ]; then
42-
>&2 echo "Invalid ref: ${{ github.ref }} (expected: refs/heads/master)"
41+
if [ "${{ github.ref }}" != refs/heads/main ]; then
42+
>&2 echo "Invalid ref: ${{ github.ref }} (expected: refs/heads/main)"
4343
exit 1
4444
fi
4545

0 commit comments

Comments
 (0)