Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down