Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
prode81 committed Nov 28, 2023
1 parent 0784769 commit 2e7e830
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 @@ -28,7 +28,7 @@ jobs:
working-directory: packages/core
run: |
cat > .npmrc <<EOF
//registry.npmjs.org/:_authToken=$MBTI_NPM_TOKEN
//registry.npmjs.org/:_authToken=$NPMJS_AUTH_TOKEN
EOF
yarn publish --non-interactive --access public
rm .npmrc
Expand Down

0 comments on commit 2e7e830

Please sign in to comment.