Skip to content

Commit

Permalink
Update publish pipeline - remove sync-node branches
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Jan 24, 2024
1 parent a968b10 commit 7921428
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
- develop
- beta
- stable
- sync-node
- beta-sync-node

jobs:
create_release:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7921428

Please sign in to comment.