Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
leanmendoza committed Feb 1, 2025
1 parent c95848f commit 5dc030d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:


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

name: build-deploy
jobs:
Expand Down

0 comments on commit 5dc030d

Please sign in to comment.