Skip to content

Commit 9d643e0

Browse files
committed
fix: branch name
1 parent 15894da commit 9d643e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

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

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
workflow_dispatch:
77
schedule:
88
- cron: "0 7 * * *"
@@ -22,7 +22,7 @@ jobs:
2222
- name: Semantic Release
2323
uses: cycjimmy/semantic-release-action@v4
2424
with:
25-
branch: 'master'
25+
branch: 'main'
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Get Semantic Release Version

0 commit comments

Comments
 (0)