Skip to content

Commit 758edca

Browse files
style: fix lint errors (#14)
1 parent 9b8e6e5 commit 758edca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ jobs:
140140
run: |
141141
# if github registry, use GITHUB_TOKEN
142142
if [ "${{ matrix.registry-url }}" == "https://npm.pkg.github.com" ]; then
143-
echo "NODE_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_OUTPUT
143+
echo "NODE_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> "${GITHUB_OUTPUT}"
144144
else
145-
echo "NODE_AUTH_TOKEN=${{ secrets.NPM_TOKEN }}" >> $GITHUB_OUTPUT
145+
echo "NODE_AUTH_TOKEN=${{ secrets.NPM_TOKEN }}" >> "${GITHUB_OUTPUT}"
146146
fi
147147
148148
- name: Publish

0 commit comments

Comments
 (0)