From 95ee99b0a737cf142605cb1aa494a5949607c15c Mon Sep 17 00:00:00 2001 From: redpeacock78 Date: Wed, 29 Dec 2021 11:53:16 +0900 Subject: [PATCH] chore: Change .github/workflows/build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25cae10..9e03cbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: echo ::set-output name=COMMIT_SUMMARY::$COMMIT_SUMMARY - name: Create Release id: create_release - uses: actions/create-release@v1.0.0 + uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: