Skip to content

Commit

Permalink
change cd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbericoD committed Jan 9, 2024
1 parent 6db3c94 commit 045223d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- name: 📰 Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release

- name: 🧪 Test
run: |
npm ci
Expand Down

0 comments on commit 045223d

Please sign in to comment.