From dc861d33223565bb0112134d1d73a879346db6e6 Mon Sep 17 00:00:00 2001 From: xml-wizard Date: Sat, 6 Apr 2024 16:14:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20ci(release-please.yml):=20fixed?= =?UTF-8?q?=20spacing=20issues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-please.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e1f81702..9782fe74 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -28,7 +28,7 @@ jobs: - run: | cat << EOF > "$HOME/.npmrc" //registry.npmjs.org/:_authToken=$NPM_PUBLISH EOF env: - NODE_AUTH:${{secrets.NPM_PUBLISH}} + NODE_AUTH: ${{secrets.NPM_PUBLISH}} if: ${{ steps.release.outputs.release_created }} - name: Build package run: cd huetiful @@ -38,5 +38,5 @@ jobs: npm run code:publish npm run publish env: - NODE_AUTH:${{secrets.NPM_PUBLISH}} + NODE_AUTH: ${{secrets.NPM_PUBLISH}} if: ${{ steps.release.outputs.release_created }}