Skip to content

Commit 72119e8

Browse files
Merge pull request #291 from topcoder-platform/develop
ci: removed dist tag
2 parents c0d9f53 + 704a00a commit 72119e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
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 --tag test-release
31+
- run: npm publish
3232
# dont change anything
3333
workflows:
3434
version: 2

0 commit comments

Comments
 (0)