Skip to content

Commit 852ed97

Browse files
Merge pull request #444 from patrick-murphy-intuit/v1.3
Debugging for NPM publish
2 parents f96b56d + 1054915 commit 852ed97

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/create-release-transactional.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,13 +456,20 @@ jobs:
456456
env:
457457
GITHUB_TOKEN: ${{ secrets.GIT_HUB_TOKEN }}
458458
SPEC_VERSION: ${{ needs.validate.outputs.version }}
459+
continue-on-error: true # temp
459460

460461
- name: Publish → npm → transactional-node
461462
if: env.PUBLISH_EXTERNAL == 'true'
462463
working-directory: transactional-node
463464
run: npm publish --access public
464465
env:
465466
NODE_AUTH_TOKEN: '' # we use OIDC instead of a token, prevent a token from being pulled in from elsewhere, otherwise npm publish fails
467+
468+
- name: Upload NPM logs
469+
uses: actions/upload-artifact@v4
470+
with:
471+
name: npm-logs
472+
path: /home/runner/.npm/_logs/
466473

467474
publish-php:
468475
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)