ci: build

This commit is contained in:
Nathan Walker
2025-05-28 08:49:02 -07:00
parent 8393df1455
commit a68d9c4871

View File

@ -44,6 +44,6 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ../../.npmrc
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
echo "Publishing @nativescript/core@$NPM_VERSION to NPM with tag $NPM_TAG..."
npm publish --tag $NPM_TAG
npm publish --tag $NPM_TAG --access public