From 8c17d8f4dad331b8afedef5abbd3144032a1f0ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=96?= Date: Thu, 2 Feb 2023 13:08:28 +0800 Subject: [PATCH] chore: fix typos --- .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 853c703..f0daca2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: run: runs-on: ubuntu-latest steps: - - name: ⤵️ Checkout + - name: ⤵️ Checkout uses: actions/checkout@v3 - name: 🚧 Install run: yarn install