fix: preserve empty prepublication inputs (#3139)

This commit is contained in:
Patrick Erichsen
2026-07-16 22:14:21 -07:00
committed by GitHub
parent 709a4b1dc5
commit 67e6413cf5
4 changed files with 82 additions and 24 deletions
@@ -95,11 +95,4 @@ jobs:
SECURITY_SCAN_WORKER_TOKEN: ${{ secrets.SECURITY_SCAN_WORKER_TOKEN }}
VIRUSTOTAL_API_KEY: ${{ secrets.VT_API_KEY }}
run: |
bun run publish:prepublication-worker -- \
--batch-limit "$PREPUBLICATION_CHECK_LIMIT" \
--max-jobs "$PREPUBLICATION_CHECK_MAX_JOBS" \
--max-runtime-minutes "$PREPUBLICATION_CHECK_MAX_RUNTIME_MINUTES" \
--attempt-id "$PREPUBLICATION_CHECK_ATTEMPT_ID" \
--kind "$PREPUBLICATION_CHECK_KIND" \
--slug "$PREPUBLICATION_CHECK_SLUG" \
--version "$PREPUBLICATION_CHECK_VERSION"
bun run publish:prepublication-worker