diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 144ed6f..a9aa7be 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,6 @@ jobs: node-version: lts/* registry-url: 'https://npm.pkg.github.com' scope: '@makerxstudio' - cache: 'npm' # run npm ci preventing script access to npm auth token - run: npm ci --ignore-scripts @@ -48,4 +47,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npx semantic-release