From 7ce512a1f18b07d09bcbdcf7b1061d195a5fbee5 Mon Sep 17 00:00:00 2001 From: Jay McDoniel Date: Sat, 23 Jul 2022 10:29:39 -0700 Subject: [PATCH] ci: resolve misspaced action --- .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 9d6fa99..352c96f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - - name: Setup Node.js 18.x + - name: Setup Node.js 18.x uses: actions/setup-node@v1 with: node-version: 18.x