Skip to content

Commit 3ad7455

Browse files
update-workflow
1 parent c187b83 commit 3ad7455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
env:
4242
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
run: |
44-
semantic-release version
45-
semantic-release publish
44+
semantic-release version --branch release-main
45+
semantic-release publish --branch release-main
4646
4747
- name: Push release branch
4848
run: git push origin release-main

0 commit comments

Comments
 (0)