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
Next Next commit
ci: added dist tag
  • Loading branch information
luizrrodrigues authored Sep 14, 2020
commit f93dfba77c42ffc676e488183f5635e7933a12e3
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
- run: npm publish --tag test-release

workflows:
version: 2
Expand Down