diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a73d2d..4746059 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: ref: master - name: Semantic Release run: | - npm + npm ci npx semantic-release env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}