Skip to content

Commit

Permalink
Merge pull request #163 from Brightspace/abazhal/correct-default-branch
Browse files Browse the repository at this point in the history
ci: use correct default branch for semantic-release
  • Loading branch information
AntonBazhal authored Oct 16, 2023
2 parents b7fd06a + c2279f5 commit c51386a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
if: github.ref == 'refs/heads/master'
uses: BrightspaceUI/actions/semantic-release@main
with:
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.D2L_GITHUB_TOKEN }}
NPM: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c51386a

Please sign in to comment.