diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81f1b5bf..e4d7da90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -201,19 +201,10 @@ jobs: id: task_release_npm_install run: | cd ./tvapp2 - npm install + npm ci env: NODE_AUTH_TOKEN: ${{ secrets.SELF_TOKEN_CL }} - # # - # Release › Build - # # - - - name: "📦 NPM › Build" - id: task_release_npm_build - run: | - npm run build - # # # Release › Execute npm generate so that a uuid and guid can be created # #