From 4129c167b042a5e8a6e8e3307224e9d4e126b28b Mon Sep 17 00:00:00 2001 From: Kurtis Rainbolt-Greene Date: Tue, 29 Dec 2020 20:34:47 -0800 Subject: [PATCH] Fixing yaml typo --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ef856d8..5ac1c7f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 14 registry-url: https://registry.npmjs.org/ - run: npm publish env: