From 03a84a5cce61322cd447cf4c4d0c957422aa6db2 Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Tue, 2 Apr 2024 16:21:16 +0700 Subject: [PATCH] build(ci): release from branch main --- .github/workflows/ci.yaml | 4 ++-- .releaserc.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f7320b9a..a011fb92 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,7 @@ on: pull_request: {} push: branches: - - master + - main jobs: commitlint: @@ -28,7 +28,7 @@ jobs: - run: mv tsconfig.json.nope tsconfig.json publish: needs: ci - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - uses: navikt/github-app-token-generator@v1 diff --git a/.releaserc.yml b/.releaserc.yml index 51a6754b..5e565071 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -1,5 +1,5 @@ branches: - - master + - main plugins: - - "@semantic-release/commit-analyzer" - releaseRules: