From 735615ef15e719b1eb97f7b5e4083a4e8c268cc2 Mon Sep 17 00:00:00 2001 From: Erik Koopmans Date: Sun, 30 Jun 2024 17:38:32 -0400 Subject: [PATCH] Override default branch --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68a7be3..d766d22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,7 @@ jobs: - name: Semantic Release uses: BrightspaceUI/actions/semantic-release@main with: + DEFAULT_BRANCH: chore/add-cd GITHUB_TOKEN: ${{ steps.gh-token.outputs.token }} NPM: true NPM_TOKEN: ${{ secrets.NPM_TOKEN }}