Skip to content

Commit

Permalink
fix:label_name in automations
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 6, 2024
1 parent 3014eb7 commit 4b5806b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
MAJOR=1
elif [ "$label" == "feature" ]; then
MINOR=1
elif [ "$label" == "bug" ]; then
elif [ "$label" == "fix" ]; then
BUILD=1
fi
done
Expand Down

0 comments on commit 4b5806b

Please sign in to comment.