diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d1e077c..c0bb2bb 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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