File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 token : ${{ secrets.RELEASE_COMMIT_GH_PAT }}
2222
2323 - name : Setup Node
24- uses : actions/setup-node@v4 # ✅ UPDATED to v4
24+ uses : actions/setup-node@v4 # UPDATED to v4
2525 with :
2626 node-version : ' 22'
2727 registry-url : ' https://registry.npmjs.org'
28- always-auth : false # ✅ ADD THIS - important for trusted publishing
28+ always-auth : false # for trusted publishing
2929
3030 - name : Configure CI Git User
3131 run : |
@@ -43,16 +43,14 @@ jobs:
4343 - name : Test 🔧
4444 run : npm run test
4545
46- # ✅ CHANGED THIS SECTION
46+ # CHANGED THIS SECTION
4747 - name : Semantic Publish to NPM 🚀
4848 run : |
4949 npm config set provenance true
50- npm config list
51- echo "Registry link ---: $(npm config get registry)"
52- HUSKY=0 npx semantic-release --debug
50+ HUSKY=0 npx semantic-release
5351 env :
5452 GH_TOKEN : ${{ secrets.RELEASE_COMMIT_GH_PAT }}
55- # ✅ REMOVED: NPM_TOKEN is not needed with trusted publishing
53+ # NPM_TOKEN is not needed with trusted publishing
5654 # The id-token: write permission above handles authentication
5755
5856 - name : Changelog 📝
You can’t perform that action at this time.
0 commit comments