Set npm token for publishing

This commit is contained in:
Asher 2026-03-27 17:11:03 -08:00
parent b5611efe1a
commit 41b0e45f91
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

View File

@ -47,8 +47,9 @@ jobs:
- run: tar -xzf release-npm-package/package.tar.gz
- run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
pushd release
npm publish --access public
npm publish --tag latest --access public
aur:
runs-on: ubuntu-latest