We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12eedd commit 88703c9Copy full SHA for 88703c9
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-# Copyright 2020, 2023, Oracle Corporation and/or its affiliates. All rights reserved.
+# Copyright 2020, 2025, Oracle Corporation and/or its affiliates. All rights reserved.
2
# Licensed under the Universal Permissive License v 1.0 as shown at
3
# https://oss.oracle.com/licenses/upl.
4
@@ -46,3 +46,9 @@ jobs:
46
- run: npm publish
47
env:
48
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_KEY }}
49
+ - name: Archive Failure Logs
50
+ if: failure()
51
+ uses: actions/upload-artifact@v4
52
+ with:
53
+ name: npm.log
54
+ path: /home/runner/.npm/_logs/*
0 commit comments