diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 226583e..96315ff 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -40,7 +40,8 @@ jobs: with: node-version: 'lts/*' - name: Install dependencies - run: npm ci + # run: npm ci + run: npm install - name: semantic-release env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}