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