diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7dfe119..e306d70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: with: node-version: 20 cache: "npm" - - run: npm ci--dry-run + - run: npm ci - run: npx semantic-release --dry-run env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}