From 66aaf4afe7948412d9663ebcb9ccd1b3c62b900d Mon Sep 17 00:00:00 2001 From: KimYonghyeok Date: Tue, 6 Aug 2024 11:20:28 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EC=A0=84=EC=97=85=202.29.5?= 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 bfc876c..4afe04e 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.29.4 + VERSION_NAME: 2.29.5 steps: - uses: actions/checkout@v2 - name: Version Up Check