Skip to content

Commit ccd64ee

Browse files
committed
fix: set the release branch to master
1 parent 02ad71f commit ccd64ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Semantic Release 🚀
1717
uses: cycjimmy/semantic-release-action@v2
1818
with:
19-
branch: main
19+
branch: master
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)