Skip to content

Commit 9bdb684

Browse files
authored
Update main.yml
1 parent 9252487 commit 9bdb684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: autorelease
22

33
on:
44
push:
5-
branches: [ master, main ] # support both master and main branch names
5+
branches: [ main ] # support both master and main branch names
66
tags:
77
- 'v*' # this will trigger on any tag that starts with 'v'
88

@@ -24,4 +24,4 @@ jobs:
2424
regex: "/^release: v?#{semver}$/i" # more flexible regex pattern
2525
prereleaseregex: "/^release: v?#{semver}-.*$/i"
2626
env:
27-
github_token: ${{ secrets.github_token }}
27+
github_token: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)