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

Release 2020-09-15 #35

Merged
merged 10 commits into from
Sep 15, 2020
Prev Previous commit
fix: removed dist tag
  • Loading branch information
sushilshinde authored Sep 15, 2020
commit cd04bd62fef35f591f94a8934b5ff6bedecebe9a
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- attach_workspace:
at: .
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- run: npm publish --tag test-release
- run: npm publish

workflows:
version: 2
Expand Down