diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index acfa386..d491b15 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,11 +15,11 @@ jobs: - uses: actions/setup-node@v1 with: node-version: 12 - - name: Build - run: | - npm install - npm ci - npm run build +# - name: Build +# run: | +# npm install +# npm ci +# npm run build - name: Upload & release uses: mnao305/chrome-extension-upload@v4.0.1 with: