From ed0aa77e04b5bdaf694fc2142602c9d85b60be24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5=20=28imnyang=29?= Date: Fri, 28 Nov 2025 09:57:54 +0900 Subject: [PATCH] Update and rename release.yml.disabled to release.yml --- .github/workflows/{release.yml.disabled => release.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{release.yml.disabled => release.yml} (87%) diff --git a/.github/workflows/release.yml.disabled b/.github/workflows/release.yml similarity index 87% rename from .github/workflows/release.yml.disabled rename to .github/workflows/release.yml index b624933..8cab760 100644 --- a/.github/workflows/release.yml.disabled +++ b/.github/workflows/release.yml @@ -16,12 +16,12 @@ jobs: - name: Setup node.js 20 uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: 'pnpm' - name: Install Dependencies run: pnpm i --frozen-lockfile - name: Semantic release run: pnpm run release env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}