Skip to content

Commit f970673

Browse files
author
Luke Brandon Farrell
committed
fix(tooling): fixed various issues with release automation
1 parent 0cf7f19 commit f970673

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- main
78
jobs:
89
release:
910
name: Release

.releaserc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
{
3+
"branches": ["master", "main", "next"]
4+
}
5+

0 commit comments

Comments
 (0)