We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4386b23 + c711555 commit 809fbddCopy full SHA for 809fbdd
.github/workflows/publish.yml
@@ -44,7 +44,7 @@ jobs:
44
# yarn version only works if there is already a version entry in package.json
45
npm version $VERSION --allow-same-version
46
echo "Publishing $PACKAGE @ $VERSION"
47
- yarn config set registry https://registry.npmjs.org/
+ npm config set registry https://registry.npmjs.org/
48
yarn npm publish --access public
49
env:
50
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments