From 99baffe2dadfebf0dead660698f50242dba27450 Mon Sep 17 00:00:00 2001 From: Fraser Steel <81355664+f-steel@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:00:22 +0000 Subject: [PATCH] feat: removing yml for beta-colab --- .github/workflows/auto-build.yml | 2 +- release.config.js | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index f4acd26..4e98d4b 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -3,7 +3,7 @@ name: Build and publish Docker images on: workflow_dispatch: push: - branches: [main, beta, beta-colab] + branches: [main, beta] jobs: release: diff --git a/release.config.js b/release.config.js index 4e72225..7003337 100644 --- a/release.config.js +++ b/release.config.js @@ -6,10 +6,6 @@ module.exports = { name: 'beta', prerelease: true, }, - { - name: 'beta-colab', - prerelease: true, - }, ], plugins: [ '@semantic-release/commit-analyzer',