File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ your submissions pass on the first try.
1212
1313### PR Checks (CI)
1414
15+ Create a file at ` .github/workflows/ci.yml ` :
16+
1517``` yaml
1618name : CI
1719on :
@@ -33,6 +35,8 @@ The action auto-detects whether your project is a plugin or theme.
3335
3436### Release
3537
38+ Create a file at ` .github/workflows/release.yml`:
39+
3640` ` ` yaml
3741name: Release
3842on:
5963 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6064` ` `
6165
62- Or use the reusable release workflow for a single-file setup:
66+ This creates a **draft release** — after the workflow completes, go to your
67+ repository's Releases page to review and publish it.
68+
69+ Or use the reusable release workflow for a single-file setup at
70+ `.github/workflows/release.yml` :
6371
6472` ` ` yaml
6573name: Release
7684 attestations: write
7785` ` `
7886
87+ This also creates a draft release that you need to manually publish.
88+
7989# # Inputs
8090
8191| Input | Default | Description |
You can’t perform that action at this time.
0 commit comments