diff --git a/.github/workflows/build-publish-docker.yml b/.github/workflows/build-publish-docker.yml index a0c692c..af9f049 100644 --- a/.github/workflows/build-publish-docker.yml +++ b/.github/workflows/build-publish-docker.yml @@ -19,8 +19,6 @@ jobs: uses: actions/setup-node@v2 with: node-version: '16' - - name: Install dependencies - run: npm ci ## With the above semantic-release configuration, will create a release and push the dist/index.js file as well as all the tags required - name: Semantic Release