We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9252487 commit 9bdb684Copy full SHA for 9bdb684
.github/workflows/main.yml
@@ -2,7 +2,7 @@ name: autorelease
2
3
on:
4
push:
5
- branches: [ master, main ] # support both master and main branch names
+ branches: [ main ] # support both master and main branch names
6
tags:
7
- 'v*' # this will trigger on any tag that starts with 'v'
8
@@ -24,4 +24,4 @@ jobs:
24
regex: "/^release: v?#{semver}$/i" # more flexible regex pattern
25
prereleaseregex: "/^release: v?#{semver}-.*$/i"
26
env:
27
- github_token: ${{ secrets.github_token }}
+ github_token: ${{ secrets.github_token }}
0 commit comments