Skip to content

Commit 94769b1

Browse files
correct orb name
1 parent 6468405 commit 94769b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ workflows:
2424
- orb-tools/continue:
2525
pipeline_number: << pipeline.number >>
2626
vcs_type: << pipeline.project.type >>
27-
orb_name: infinitered/docs-publish
27+
orb_name: infinitered/publish-docs
2828
requires: [ orb-tools/lint, orb-tools/pack, orb-tools/review, shellcheck/check ]
2929
filters: *filters

.circleci/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ workflows:
5757
- orb-tools/pack:
5858
filters: *release-filters
5959
- orb-tools/publish:
60-
orb_name: infinitered/docs-publish
60+
orb_name: infinitered/publish-docs
6161
vcs_type: << pipeline.project.type >>
6262
pub_type: production
6363
# Ensure this job requires all test jobs and the pack job.

0 commit comments

Comments
 (0)