Skip to content

Commit

Permalink
feat: test changelog (MKH-27)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylannnn committed Dec 30, 2023
1 parent 7879eaf commit 5a172dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build
run: npm run mkh:build
- name: Semantic Release 📦
run: npx semantic-release --ci
run: npx semantic-release --ci --plugins @semantic-release/changelog
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build
run: npm run mkh:build
- name: Semantic Release 📦
run: npx semantic-release --ci
run: npx semantic-release --ci --plugins @semantic-release/changelog
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 5a172dd

Please sign in to comment.