From 5c38658e4cfd89ed847a4d449486321bc0495d9d Mon Sep 17 00:00:00 2001 From: Ryan Lubke Date: Fri, 4 Sep 2020 13:21:45 -0700 Subject: [PATCH] Fix syntax error. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 013ce16..d28fcfc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,5 +54,5 @@ jobs: - run: npm run dist # publish to NPM - uses: JS-DevTools/npm-publish@v1 - with: - token: ${{ secrets.NPM_PUBLISH_KEY }} + with: + token: ${{ secrets.NPM_PUBLISH_KEY }}