From a34e428212cb27e32d35fe916ef6f9a21793b5c8 Mon Sep 17 00:00:00 2001 From: KimYonghyeok Date: Tue, 19 Nov 2024 09:53:08 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EC=A0=84=EC=97=85=202.37.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02ead58..56cc373 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }} VERSION_UP_CHECK_KEYWORD: "버전업" - VERSION_NAME: 2.37.3 + VERSION_NAME: 2.37.4 steps: - uses: actions/checkout@v2 - name: Version Up Check