From 33605151bebfd371961f6a7c59d9a49ef0cf4693 Mon Sep 17 00:00:00 2001 From: Natsuki Ikeguchi Date: Sun, 6 Aug 2023 17:48:04 +0900 Subject: [PATCH] ci: Use yumemi-inc/action-release-action@v2 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bb29279..1cd5102 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,6 +23,6 @@ jobs: - run: corepack enable pnpm - - uses: yumemi-inc/action-release-action@v1 + - uses: yumemi-inc/action-release-action@v2 with: version: '${{ inputs.version }}'