diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4f9d34c..f9237c4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -21,6 +21,7 @@ jobs: with: node-version: 20 registry-url: 'https://registry.npmjs.org' + scope: '@ionic' - name: 🔒 Configure Identity run: | git config user.name github-actions @@ -39,3 +40,4 @@ jobs: shell: bash env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 981d069..70206cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,3 +30,4 @@ jobs: - run: npm ci - run: npm run bootstrap - run: npm run lint +