Skip to content

Commit

Permalink
fix: Remove auto ci beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Healy committed Mar 19, 2020
1 parent 291718d commit 936b7d1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ workflows:
verify-test-build:
jobs:
- test-packages
- publish-beta-packages-npm:
filters:
branches:
only:
- beta
requires:
- test-packages
# - publish-beta-packages-npm:
# filters:
# branches:
# only:
# - beta
# requires:
# - test-packages
- publish-packages-npm:
filters:
branches:
Expand Down

0 comments on commit 936b7d1

Please sign in to comment.