Skip to content

Commit ae86e50

Browse files
committed
chore(ci): Publish - correct is_master detection
1 parent 9410f52 commit ae86e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ jobs:
800800
echo "Detected branch: $BRANCH"
801801
802802
IS_MASTER=false
803-
if [ "$BRANCH_NAME" == "master" ]; then
803+
if [ "$BRANCH" == "master" ]; then
804804
IS_MASTER=true
805805
fi
806806
echo "Detected is_master: $IS_MASTER"

0 commit comments

Comments
 (0)