diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 43b1208..9f1620d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,7 +36,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - - run: npm install + - run: npm ci - run: npm build - name: GoReleaser