github · GitHub Actions Docs
How Tos Releasing and maintaining actions - GitHub Docs
Teaches the lifecycle management of GitHub Actions, including versioning, publishing to the Marketplace, and maintaining action code over time.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
How Tos Releasing and maintaining actions - GitHub Docs
Teaches the lifecycle management of GitHub Actions, including versioning, publishing to the Marketplace, and maintaining action code over time.
When To Use
Use when you need to version your custom actions, publish them to the GitHub Marketplace, or manage updates and maintenance for existing actions.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-create-and-publish-releasing-maintaining-github-docs-workflow-guide.md | A guide detailing best practices and procedures for releasing and maintaining GitHub Actions. | Questions about a guide detailing best practices and procedures for releasing and maintaining GitHub Actions. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Create and publish actions / - Release and maintain actions
- Main sections:
In this article,Introduction,Developing and releasing actions,About JavaScript actions,Setting up GitHub Actions workflows.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/create-and-publish-actions/release-and-maintain-actions
