From 6c1b12b95fa9b3887c5c5e66590490ce947492b9 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Mon, 27 May 2024 13:15:49 -0400 Subject: [PATCH] chore(ci): disable on v4 for now --- .github/workflows/release.yaml | 2 +- .releaserc.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index db81a99..b3c9edf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - v4-dev + - main jobs: release: diff --git a/.releaserc.json b/.releaserc.json index 665ab7f..deec87b 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,5 +1,5 @@ { - "branches": ["main", "dev", "v4-dev"], + "branches": ["main", "dev"], "plugins": [ [ "@semantic-release/commit-analyzer",