We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58632d2 commit d1bc190Copy full SHA for d1bc190
.circleci/test-deploy.yml
@@ -56,6 +56,15 @@ workflows:
56
# The orb must be re-packed for publishing, and saved to the workspace.
57
- orb-tools/pack:
58
filters: *release-filters
59
+ # Publish development version(s) of the orb.
60
+ - orb-tools/publish-dev:
61
+ orb-name: infinitered/publish-docs
62
+ context: orb-publishing # A restricted context containing your private publishing credentials. Will only execute if approved by an authorized user.
63
+ requires:
64
+ - orb-tools/lint
65
+ - orb-tools/pack
66
+ - command-test
67
+ - shellcheck/check
68
- orb-tools/publish:
69
orb_name: infinitered/publish-docs
70
vcs_type: << pipeline.project.type >>
0 commit comments