From 612ccae09244d783d13ec39cd193d15a8ae3deea Mon Sep 17 00:00:00 2001 From: zztkm Date: Thu, 4 Aug 2022 02:42:05 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20release.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 a26021f..2e49f26 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, "refs/tags/") + if: startsWith(github.ref, 'refs/tags/') with: files: | dist/**