Skip to content

Commit

Permalink
ci: added tag test-release
Browse files Browse the repository at this point in the history
  • Loading branch information
luizrrodrigues authored Dec 13, 2021
1 parent 16cbb35 commit 2a01da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- attach_workspace:
at: .
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- run: npm publish
- run: npm publish --tag test-release
# dont change anything
workflows:
version: 2
Expand Down

0 comments on commit 2a01da8

Please sign in to comment.