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