Skip to content

Commit f26eb96

Browse files
committed
chore(ci): drop invalid upload-artifact input from gh-release action
softprops/action-gh-release@v3 was logging a warning on every release run because the workflow passed `upload-artifact: true`, which isn't in the action's input schema (the action discovers files via the `files:` glob list — `upload-artifact` is residue from an earlier action version). The release succeeded anyway, but the annotation showed up in every run summary. Removed the unrecognised key. No behavioural change — the wheel, sdist, and SBOM still get attached via the `files:` block.
1 parent f53fd65 commit f26eb96

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,3 @@ jobs:
9898
dist/*.whl
9999
dist/*.tar.gz
100100
dist/shimkit-sbom.spdx.json
101-
upload-artifact: true

0 commit comments

Comments
 (0)