Skip to content

Commit eccd4bf

Browse files
update-workflow
1 parent 7b0cd19 commit eccd4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git config --global user.name "github-actions"
3636
git config --global user.email "github-actions@github.com"
3737
git checkout -b release-main
38-
git push --set-upstream origin release-branch
38+
git push --set-upstream origin release-main
3939
4040
- name: Run semantic-release
4141
env:

0 commit comments

Comments
 (0)