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 809fbdd + d420066 commit 5ff6d89Copy full SHA for 5ff6d89
.github/workflows/publish.yml
@@ -45,6 +45,6 @@ jobs:
45
npm version $VERSION --allow-same-version
46
echo "Publishing $PACKAGE @ $VERSION"
47
npm config set registry https://registry.npmjs.org/
48
- yarn npm publish --access public
+ npm publish --access public
49
env:
50
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments