From 0d11d6bd0c73f9acbb8f0cdc5e9a12531fb29c59 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Fri, 19 Jul 2024 01:01:59 +0900 Subject: [PATCH] Revert action-gh-release to 2.0.6 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a9abc7c..70d9fa95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: yarn install yarn build - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v2.0.6 with: draft: true files: | @@ -54,7 +54,7 @@ jobs: yarn install yarn build - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v2.0.6 with: draft: true files: | @@ -88,7 +88,7 @@ jobs: yarn install yarn build - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v2.0.6 with: draft: true files: |