Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bb832b8

Browse files
committedJan 26, 2021
ci: added dist tag
1 parent 20418d8 commit bb832b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- attach_workspace:
2929
at: .
3030
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
31-
- run: npm publish
31+
- run: npm publish --tag test-release
3232
# dont change anything
3333
workflows:
3434
version: 2

0 commit comments

Comments
 (0)
Please sign in to comment.