Skip to content

Commit c6393f8

Browse files
author
Stephan Wentz
committed
fix: Use branch master for releases
1 parent 3adba1a commit c6393f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: "Release"
55
on:
66
push:
77
branches:
8-
- "main"
8+
- "master"
99

1010
jobs:
1111
tests:

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@semantic-release/github"
66
],
77
"branches": [
8-
"main"
8+
"master"
99
],
1010
tagFormat: '${version}',
1111
}

0 commit comments

Comments
 (0)