Skip to content

Commit b507be5

Browse files
Merge pull request #445 from patrick-murphy-intuit/v1.3
Ensure logs get uploaded this time
2 parents 852ed97 + 294d26f commit b507be5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ jobs:
464464
run: npm publish --access public
465465
env:
466466
NODE_AUTH_TOKEN: '' # we use OIDC instead of a token, prevent a token from being pulled in from elsewhere, otherwise npm publish fails
467+
continue-on-error: true # temp
467468

468469
- name: Upload NPM logs
469470
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)