Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 15af471

Browse files
committed
remove tags
1 parent 6a22970 commit 15af471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ jobs:
436436
elif git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+";
437437
then
438438
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
439-
npm publish --tag next --access public
439+
npm publish --access public
440440
else
441441
echo "Not a release, skipping publish"
442442
fi

0 commit comments

Comments
 (0)