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

Commit cd04bd6

Browse files
authored
fix: removed dist tag
1 parent 519298e commit cd04bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- attach_workspace:
3131
at: .
3232
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
33-
- run: npm publish --tag test-release
33+
- run: npm publish
3434

3535
workflows:
3636
version: 2

0 commit comments

Comments
 (0)