diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0357f11..0f27338 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - run: npm ci - run: npm run build - run: npm run lint - - run: npx semantic-release + - run: npx -p @semantic-release/changelog -p semantic-release semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}