Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
CONFIG_EMAIL: ${{ vars.RELEASE_COMMIT_EMAIL }}

- name: Install 📌
run: npm install --ignore-scripts
run: npm ci --ignore-scripts
Comment thread
yeshamavani marked this conversation as resolved.

- name: Test 🔧
run: npm run test
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Semantic Publish to NPM 🚀
run: |
npm config set provenance true
HUSKY=0 npx semantic-release
HUSKY=0 npx semantic-release@25.0.5
env:
GH_TOKEN: ${{ secrets.RELEASE_COMMIT_GH_PAT }}
# REMOVED: NPM_TOKEN is not needed with trusted publishing
Expand Down
Loading