Skip to content

Commit 5e5ebc1

Browse files
committed
change publish-npm.yaml
1 parent 8228f16 commit 5e5ebc1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish-npm.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ jobs:
3838
npm version $VERSION --no-git-tag-version
3939
4040
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/
41+
npm publish --access public
4642
4743
git config user.name "github-actions"
4844
git config user.email "[email protected]"

0 commit comments

Comments
 (0)