From 96ab1bdd5dbd9a387cf2dca1784a3af5bc0fa577 Mon Sep 17 00:00:00 2001 From: Masaki Tagawa Date: Sat, 12 Jun 2021 18:57:36 +0900 Subject: [PATCH] Use `master` for `softprops/action-gh-release` https://github.com/softprops/action-gh-release/pull/85 --- .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 dbcd018..ecf442f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: - name: Create github release id: create_release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: