Update .github/workflows/publish.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Dan Ditomaso 2026-02-01 09:57:29 -05:00 committed by GitHub
parent 9f65fd00e7
commit 518f8e6fb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ jobs:
- name: Set package versions
run: |
set -euxo pipefail
set -euo pipefail
VERSION="${{ steps.version.outputs.VERSION }}"
for f in packages/ts/deno.json packages/ts/package.json; do
test -f "$f" || { echo "Missing $f" >&2; exit 1; }