From 6f421163304e37a092c3e0437e7a75ca0eb458e5 Mon Sep 17 00:00:00 2001 From: wighawag Date: Mon, 1 May 2023 13:52:38 +0100 Subject: [PATCH] fix release --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f279aea..15cb29f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,8 +126,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - - run: | - node build-npm.js npm:final + - run: node build-npm.js npm:final - uses: JS-DevTools/npm-publish@v2 with: token: ${{ secrets.NPM_AUTH_TOKEN }}