From 65f17af2bcbb76c43540836016d3aa1f9cc15f1f Mon Sep 17 00:00:00 2001 From: Tien Nguyen Minh Date: Sun, 19 Apr 2026 10:26:57 +0700 Subject: [PATCH] =?UTF-8?q?docs:=20collapse=20marketplace-publish=20step?= =?UTF-8?q?=20=E2=80=94=20already=20published=20(#17)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The repo is already listed on the Marketplace as ghstats-cards, so the multi-paragraph "open the release page, tick the checkbox, re-publish" instruction was stale. Replace with a one-line note pointing at the existing listing and stating that new releases inherit visibility automatically. --- docs/deployment-guide.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/deployment-guide.md b/docs/deployment-guide.md index 67e601a5..31fe9824 100644 --- a/docs/deployment-guide.md +++ b/docs/deployment-guide.md @@ -120,14 +120,10 @@ runs: next Action run without a workflow edit. 5. Docker base images and third-party actions are SHA-pinned (with version comments) so mutable-tag changes upstream can't rewrite a released image. -6. **Marketplace publishing (one-time per repo):** GitHub only exposes the - "Publish this Action to the GitHub Marketplace" toggle on the Release - web UI — there is no CLI flag. Open the newly created release at - `https://github.com/tiennm99/ghstats/releases/tag/vX.Y.Z/edit`, tick the - marketplace checkbox, accept the terms, and re-publish. Subsequent - releases inherit marketplace visibility automatically. The Marketplace - listing name is `ghstats-cards` (set in `action.yml`) because the bare - `ghstats` is already taken on the Marketplace. +6. **Marketplace:** the repo is already published on the GitHub Marketplace + as [`ghstats-cards`](https://github.com/marketplace/actions/ghstats-cards) + (the bare `ghstats` listing was taken). New releases inherit marketplace + visibility automatically — no manual step per release. ## Rollback