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.
1 parent 8228f16 commit 5e5ebc1Copy full SHA for 5e5ebc1
.github/workflows/publish-npm.yaml
@@ -38,11 +38,7 @@ jobs:
38
npm version $VERSION --no-git-tag-version
39
40
npm run build
41
-
42
- echo "Checking npm auth status..."
43
- npm whoami || echo "Not authenticated"
44
45
- npm publish --access public --registry https://registry.npmjs.org/
+ npm publish --access public
46
47
git config user.name "github-actions"
48
git config user.email "[email protected]"
0 commit comments