From 609de5250633432e6cfaaacc923b0a7a96e2a672 Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Tue, 31 Dec 2024 13:01:52 +0300 Subject: [PATCH] Update update_firelyterminal.yml --- .github/workflows/update_firelyterminal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_firelyterminal.yml b/.github/workflows/update_firelyterminal.yml index 2714e9c..9339183 100644 --- a/.github/workflows/update_firelyterminal.yml +++ b/.github/workflows/update_firelyterminal.yml @@ -66,7 +66,7 @@ jobs: fi git checkout -b "$BRANCH_NAME" - sed -i "/SUSHI_VERSION:/,/default:/s/\(default: \).*/\1'$LATEST_RELEASE'/" action.yml + sed -i "/FIRELY_TERMINAL_VERSION:/,/default:/s/\(default: \).*/\1'$LATEST_RELEASE'/" action.yml git config --local user.name "github-actions[bot]" git config --local user.email "github-actions[bot]@users.noreply.github.com" git add action.yml