Skip to content

Commit

Permalink
ci: remove tag test-release
Browse files Browse the repository at this point in the history
  • Loading branch information
luizrrodrigues committed Aug 24, 2022
1 parent 3ff5bcb commit c4654a6
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 --tag test-release
- run: npm publish
# dont change anything
workflows:
version: 2
Expand Down

0 comments on commit c4654a6

Please sign in to comment.