Skip to content

Commit d1bc190

Browse files
bump
1 parent 58632d2 commit d1bc190

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/test-deploy.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ workflows:
5656
# The orb must be re-packed for publishing, and saved to the workspace.
5757
- orb-tools/pack:
5858
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
5968
- orb-tools/publish:
6069
orb_name: infinitered/publish-docs
6170
vcs_type: << pipeline.project.type >>

0 commit comments

Comments
 (0)