Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ jobs:
- name: Run semantic-release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Set the branch via environment variable
SEMANTIC_RELEASE_BRANCH: release-main
run: |
semantic-release version --branch release-main
semantic-release publish --branch release-main
semantic-release version
semantic-release publish

- name: Push release branch
run: git push origin release-main
Expand Down