We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c4e76 commit eb1afacCopy full SHA for eb1afac
.github/workflows/release.yaml
@@ -43,15 +43,12 @@ jobs:
43
- name: Test 🔧
44
run: npm run test
45
46
- - name: Debug npm config
47
- run: |
48
- npm config list
49
- echo "Registry link ---: $(npm config get registry)" # remove this later
50
-
51
# ✅ CHANGED THIS SECTION
52
- name: Semantic Publish to NPM 🚀
53
run: |
54
npm config set provenance true
+ npm config list
+ echo "Registry link ---: $(npm config get registry)"
55
HUSKY=0 npx semantic-release --debug
56
env:
57
GH_TOKEN: ${{ secrets.RELEASE_COMMIT_GH_PAT }}
0 commit comments