Skip to content

Commit

Permalink
fix: updating context to correct publisher context to publish the orb (
Browse files Browse the repository at this point in the history
…#2)

* fix: updating context to correct publisher context to publish the orb

* fix: fixing wrong version and name references
  • Loading branch information
david-montano-circleci authored Oct 28, 2024
1 parent eab5a3f commit 8900037
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ workflows:
- orb-tools/pack:
filters: *release-filters
- orb-tools/publish:
orb_name: tadashi0713/app-distribution
orb_name: circleci/app-distribution
vcs_type: << pipeline.project.type >>
pub_type: production
# Ensure this job requires all test jobs and the pack job.
requires:
- orb-tools/pack
context: orb-publishing
context: orb-publisher
filters: *release-filters
2 changes: 1 addition & 1 deletion src/examples/upload_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ usage:
version: 2.1
orbs:
android: circleci/[email protected]
app-distribution: circleci/app-distribution@1.2.0
app-distribution: circleci/app-distribution@1.0.0
jobs:
distribute_debug:
executor:
Expand Down
2 changes: 1 addition & 1 deletion src/examples/upload_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ usage:
version: 2.1
orbs:
ruby: circleci/[email protected]
app-distribution: circleci/app-distribution@1.2.0
app-distribution: circleci/app-distribution@1.0.0
jobs:
distribute_debug:
macos:
Expand Down

0 comments on commit 8900037

Please sign in to comment.