We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962a232 commit a503d3eCopy full SHA for a503d3e
.github/workflows/publish-npm.yml
@@ -106,11 +106,11 @@ jobs:
106
# #endregion
107
- name: Publish to NPM
108
run: |
109
- echo "HYPOTHESIS_A_C_E: Attempting npm publish"
+ echo "HYPOTHESIS_E_FIX: Attempting npm publish with --provenance flag"
110
echo "Final npm config check:"
111
npm config get registry
112
npm config get //registry.npmjs.org/:_authToken 2>&1 | head -c 20 || echo "No auth token in config"
113
- npm publish --access public 2>&1 || {
+ npm publish --provenance --access public 2>&1 || {
114
EXIT_CODE=$?
115
echo "npm publish failed with exit code: $EXIT_CODE"
116
echo "Error details above"
0 commit comments