You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(oci): the Marketplace publish needs no manual step
Submitting the draft listing revision starts the publishing: the new
package lands in the "Publish in Progress" stage and Oracle carries it
to Live. The job summary and the Mattermost notification claimed the
opposite - "submitted for review ... Publish it from there manually
once it is approved" - which sent readers looking for a Console action
that does not exist.
Reword the status in oci-marketplace-steps (used by the unified
oci-build-release-test-publish.yml) and in the standalone
oci-marketplace-publish.yml, keeping the two in sync, and drop the same
claim from the OCI docs and the scheduled-builds note (only Azure Live
publishing stays manual).
The debug/warning lines around the submit call keep their wording: they
describe the submit-listing-revision-for-review CLI operation, and a
failed submission really does need a manual retry from the Console.
✅ Draft revision created, package added, and submitted for review.
651
-
Check it on the [Oracle Cloud Console](${{ env.OCI_PUBLISHER_BASE_URL }}/listing/${{ env.LISTING_OCID }}/${{ env.DRAFT_REVISION_ID }}?region=${{ inputs.OCI_CLI_REGION }})
652
-
Publish it from there manually once it is approved
650
+
✅ Draft revision created, package added, and submitted for publishing.
651
+
The new package is in the **Publish in Progress** stage - no manual action required.
652
+
Track it on the [Oracle Cloud Console](${{ env.OCI_PUBLISHER_BASE_URL }}/listing/${{ env.LISTING_OCID }}/${{ env.DRAFT_REVISION_ID }}?region=${{ inputs.OCI_CLI_REGION }})
Copy file name to clipboardExpand all lines: OCI_MARKETPLACE.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@ graph TD
241
241
WC --> UD[Update Draft Version Details]
242
242
UD --> UN[Unset Default on Old Packages]
243
243
UN --> NP[Create New Package as Default]
244
-
NP --> SB[Submit Draft for Review]
244
+
NP --> SB[Submit Draft for Publishing]
245
245
SB --> S
246
246
S --> MM[Send Mattermost Notification]
247
247
```
@@ -305,14 +305,13 @@ When the source type is `Artifact OCID`, artifact creation is skipped entirely
305
305
2.**Update** the draft's version details (version number, release date, release notes link), headline, and tagline
306
306
3.**Unset default** on any existing default packages in the draft
307
307
4.**Create** a new package as default (linking artifact + terms + version)
308
-
5.**Submit** the draft for Oracle review
308
+
5.**Submit** the draft for publishing
309
309
310
-
After Oracle approves the revision, it must be**published manually**from the OCI Console. Publishing the new revision automatically unpublishes the previous one.
310
+
Submitting moves the new package to the**Publish in Progress**stage; Oracle carries it to Live with no manual action required. Publishing the new revision automatically unpublishes the previous one.
311
311
312
-
## Manual Steps After Workflow Completes
312
+
## After the Workflow Completes
313
313
314
-
1.**Wait for Oracle to approve** the submitted revision (check status in OCI Console)
315
-
2.**Publish** the approved revision from the [OCI Publisher Console](https://cloud.oracle.com/publisher) — the previous revision is automatically unpublished
314
+
No manual steps are required: the new package is in the **Publish in Progress** stage. Track it in the [OCI Publisher Console](https://cloud.oracle.com/publisher); once it goes Live, the previous revision is automatically unpublished.
0 commit comments