Skip to content

Commit

Permalink
fix: don't deploy development version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Jul 13, 2023
1 parent 2501729 commit 3c38f78
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,14 @@ workflows:
filters: *filters
- shellcheck/check:
filters: *filters
- orb-tools/publish:
orb-name: coveralls/coveralls
vcs-type: << pipeline.project.type >>
# Triggers the next workflow in the Orb Development Kit.
- orb-tools/continue:
orb_name: coveralls
pipeline_number: << pipeline.number >>
vcs_type: << pipeline.project.type >>
requires:
- orb-tools/lint
- orb-tools/pack
- orb-tools/review
- shellcheck/check
# Use a context to hold your publishing token.
context: publishing
filters: *filters
# Triggers the next workflow in the Orb Development Kit.
- orb-tools/continue:
pipeline-number: << pipeline.number >>
vcs-type: << pipeline.project.type >>
requires: [orb-tools/publish]
filters: *filters

0 comments on commit 3c38f78

Please sign in to comment.