Skip to content

Commit 85ba69e

Browse files
committed
Update get-plugin-id.sh
1 parent 3e995ff commit 85ba69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/get-plugin-id.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ get_plugin_id() {
1414
local plugin_id
1515

1616
plugin_id=$(git -C "$repo_path" log --format='%H %ae' --reverse 2>/dev/null \
17-
| grep -Fv '81448108+shdwmtr@users.noreply.github.com' \
17+
| grep -Fv -e '81448108+shdwmtr@users.noreply.github.com' -e 'millennium[bot]@noreply.steambrew.app' \
1818
| head -1 | cut -d' ' -f1 | tr -d '\n')
1919

2020
# Fallback to root commit if all commits are from the template bot

0 commit comments

Comments
 (0)