Skip to content

Commit 31c8b47

Browse files
committed
fix: correct references to master to use main
1 parent e8f3b08 commit 31c8b47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/semantic-releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths:
88
- '**.tf'
99
- '!examples/**.tf'

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"branches": [
3-
"master"
3+
"main"
44
],
55
"plugins": [
66
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)