Skip to content

Commit

Permalink
Merge pull request #1413 from aligent/fix/set-registry-with-npm
Browse files Browse the repository at this point in the history
fix: set registry with npm
  • Loading branch information
TheOrangePuff authored Dec 3, 2024
2 parents 6540d14 + e65804d commit 8fbabd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git config --global user.name "Automated NPM Release"
git config --global user.email "[email protected]"
echo "Publishing $PACKAGE @ $VERSION"
yarn config set registry https://registry.npmjs.org/
npm config set registry https://registry.npmjs.org/
yarn nx publish $PACKAGE --ver=$VERSION --tag=latest --verbose
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8fbabd6

Please sign in to comment.