Skip to content

Commit 5dc030d

Browse files
committed
test
1 parent c95848f commit 5dc030d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414

1515
env:
16-
BRANCH_TAG: ${{ github.ref_name == 'experimental' && 'experimental' || '' }}
16+
BRANCH_TAG: ${{ github.ref_name == 'experimental' && 'experimental' || (github.ref_name == 'protocol-squad' && 'protocol-squad' || '') }}
1717

1818
name: build-deploy
1919
jobs:

0 commit comments

Comments
 (0)