Skip to content

Commit eb1afac

Browse files
committed
fix(ci-cd): trusted publisher
removed the override for semantic release npm GH-269
1 parent 41c4e76 commit eb1afac

File tree

3 files changed

+1310
-2023
lines changed

3 files changed

+1310
-2023
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,12 @@ jobs:
4343
- name: Test 🔧
4444
run: npm run test
4545

46-
- name: Debug npm config
47-
run: |
48-
npm config list
49-
echo "Registry link ---: $(npm config get registry)" # remove this later
50-
5146
# ✅ CHANGED THIS SECTION
5247
- name: Semantic Publish to NPM 🚀
5348
run: |
5449
npm config set provenance true
50+
npm config list
51+
echo "Registry link ---: $(npm config get registry)"
5552
HUSKY=0 npx semantic-release --debug
5653
env:
5754
GH_TOKEN: ${{ secrets.RELEASE_COMMIT_GH_PAT }}

0 commit comments

Comments
 (0)