From 294d26f42f9b6346f86962454c2754b327892316 Mon Sep 17 00:00:00 2001 From: Patrick Murphy Date: Thu, 5 Feb 2026 14:43:23 -0500 Subject: [PATCH] Ensure logs get uploaded this time --- .github/workflows/create-release-transactional.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-release-transactional.yml b/.github/workflows/create-release-transactional.yml index e86cae0..c91e6f4 100644 --- a/.github/workflows/create-release-transactional.yml +++ b/.github/workflows/create-release-transactional.yml @@ -464,6 +464,7 @@ jobs: run: npm publish --access public env: NODE_AUTH_TOKEN: '' # we use OIDC instead of a token, prevent a token from being pulled in from elsewhere, otherwise npm publish fails + continue-on-error: true # temp - name: Upload NPM logs uses: actions/upload-artifact@v4