Skip to content

Commit

Permalink
Merge pull request #162 from Brightspace/abazhal/update-semantic-release
Browse files Browse the repository at this point in the history
chore(workflows/workflow): use correct semantic-release action branch
  • Loading branch information
AntonBazhal authored Oct 16, 2023
2 parents 167190a + df46ae6 commit b7fd06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: Brightspace/third-party-actions@actions/setup-node
- name: Semantic Release
if: github.ref == 'refs/heads/master'
uses: BrightspaceUI/actions/semantic-release@master
uses: BrightspaceUI/actions/semantic-release@main
with:
GITHUB_TOKEN: ${{ secrets.D2L_GITHUB_TOKEN }}
NPM: true
Expand Down

0 comments on commit b7fd06a

Please sign in to comment.