Skip to content

Commit 045223d

Browse files
committed
change cd workflow
1 parent 6db3c94 commit 045223d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
git config user.name "${GITHUB_ACTOR}"
2727
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
2828
29+
- name: 📰 Semantic Release
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
run: npx semantic-release
33+
2934
- name: 🧪 Test
3035
run: |
3136
npm ci

0 commit comments

Comments
 (0)