Skip to content

Commit

Permalink
TCS-1 Use NPM for publish
Browse files Browse the repository at this point in the history
Yarn is not reading the `NODE_AUTH_TOKEN` variable. Going to give it a
try with NPM.
  • Loading branch information
styler3 committed Jan 15, 2025
1 parent c711555 commit d420066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
npm version $VERSION --allow-same-version
echo "Publishing $PACKAGE @ $VERSION"
npm config set registry https://registry.npmjs.org/
yarn npm publish --access public
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d420066

Please sign in to comment.