From 9b9635dc7e7d7b7adc681199c8dc6b921e857067 Mon Sep 17 00:00:00 2001 From: Pieter Viljoen Date: Sun, 28 Jun 2026 19:52:48 -0700 Subject: [PATCH] Fix directional reference in publisher comment The inclusion list is below the comment (line above already says "the on.push.paths inclusion list below"); change "add a path above" to "add a path to that list". Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index bd3bf24..901bbad 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -4,7 +4,7 @@ name: Publish project release action # # - Trigger: a push that changes a shipped input (the on.push.paths inclusion list below - library source, # embedded data, version floor, build configuration, or package versions), or a workflow_dispatch. -# - Inclusion-only: add a path above when a new input starts affecting the shipped package. Package versions +# - Inclusion-only: add a path to that list when a new input starts affecting the shipped package. Package versions # (Directory.Packages.props) ARE listed: a NuGet package cannot be rebuilt on a cadence (a version can't be # re-pushed), so a dependency bump must republish to keep the package's declared dependencies current - this # closes the stale/vulnerable-dependency window. GitHub Actions bumps are not listed (they do not ship in