Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f93dfba

Browse files
authoredSep 14, 2020
ci: added dist tag
Issue: topcoder-platform/community-app#4745
1 parent 89e941b commit f93dfba

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
@@ -30,7 +30,7 @@ jobs:
3030
- attach_workspace:
3131
at: .
3232
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
33-
- run: npm publish
33+
- run: npm publish --tag test-release
3434

3535
workflows:
3636
version: 2

0 commit comments

Comments
 (0)
This repository has been archived.