From 5400b22a54bd70e5b4b072dd6819b3ca51b679ca Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Tue, 19 Aug 2025 19:50:15 -0400 Subject: [PATCH] style: fix lint errors --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 372ecd0..7d1b0d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,9 +140,9 @@ jobs: run: | # if github registry, use GITHUB_TOKEN if [ "${{ matrix.registry-url }}" == "https://npm.pkg.github.com" ]; then - echo "NODE_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_OUTPUT + echo "NODE_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> "${GITHUB_OUTPUT}" else - echo "NODE_AUTH_TOKEN=${{ secrets.NPM_TOKEN }}" >> $GITHUB_OUTPUT + echo "NODE_AUTH_TOKEN=${{ secrets.NPM_TOKEN }}" >> "${GITHUB_OUTPUT}" fi - name: Publish