Skip to content

Commit

Permalink
Fix copy-pasta error
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Aug 3, 2024
1 parent 3252fec commit 10a0bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ elif [[ "$CI" != 'true' || -n "$ACT" ]]; then
elif [[ "$NODE_MAJOR_VERSION" != "$(cat .nvmrc | tr -d '[:space:]')" ]]; then
printf '\e[1;33mNOTICE: Skipping publish step for older Node.js matrix job.\e[0m\n'
else
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_API_KEY }}" > ~/.npmrc
echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > ~/.npmrc
ee 'npm publish --provenance --access public'
printf '\e[1;32mPublished to npm!\e[0m\n'
fi
Expand Down

0 comments on commit 10a0bad

Please sign in to comment.