From 79214286e6cacfcd01e7506b0de2b17c44ebf1f1 Mon Sep 17 00:00:00 2001 From: Dmytro Date: Wed, 24 Jan 2024 18:02:57 +0000 Subject: [PATCH] Update publish pipeline - remove sync-node branches --- .github/workflows/publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8d761ae0..b44df7d8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,8 +7,6 @@ on: - develop - beta - stable - - sync-node - - beta-sync-node jobs: create_release: @@ -38,7 +36,7 @@ jobs: - name: Set release run: | - if [[ "$BRANCH" == "stable" || "$BRANCH" == "sync-node" ]]; then + if [[ "$BRANCH" == "stable" ]]; then export PRERELEASE=false else export PRERELEASE=true