Skip to content

Commit 4311a44

Browse files
Merge pull request #31 from mindfiredigital/master
Merge master into main
2 parents e392c1e + 3ad7455 commit 4311a44

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)