Skip to content

Commit 0831df3

Browse files
authored
fix(ci-cd):"Simplify release workflow by removing husky config"
1 parent 0ad9ea7 commit 0831df3

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,9 @@ jobs:
4646
- name: Semantic Publish to NPM 🚀
4747
run: |
4848
npm config set provenance true
49-
50-
HUSKY=0 npx semantic-release
49+
npx semantic-release
5150
env:
5251
GH_TOKEN: ${{ secrets.RELEASE_COMMIT_GH_PAT }}
52+
HUSKY: 0
5353
# REMOVED: NPM_TOKEN is not needed with trusted publishing
5454
# The id-token: write permission above handles authentication
55-
56-
- name: Changelog 📝
57-
run: cd src/release_notes && HUSKY=0 node release-notes.js

0 commit comments

Comments
 (0)