Skip to content

Commit 4ee9458

Browse files
ci: fix lint errors (#42)
1 parent e2bf015 commit 4ee9458

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ jobs:
151151
run: |
152152
# if github registry, use GITHUB_TOKEN
153153
if [ "${{ matrix.registry-url }}" == "https://npm.pkg.github.com" ]; then
154-
echo "NODE_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_OUTPUT
154+
echo "NODE_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> "${GITHUB_OUTPUT}"
155155
else
156-
echo "NODE_AUTH_TOKEN=${{ secrets.NPM_TOKEN }}" >> $GITHUB_OUTPUT
156+
echo "NODE_AUTH_TOKEN=${{ secrets.NPM_TOKEN }}" >> "${GITHUB_OUTPUT}"
157157
fi
158158
159159
- name: Update package.json

0 commit comments

Comments
 (0)