From 56766e23cc8690d86cd2a929fa3c07df0b3f6f84 Mon Sep 17 00:00:00 2001 From: Matt Hillsdon Date: Wed, 17 Apr 2024 17:32:31 +0100 Subject: [PATCH] Update based on review feedback --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bec0bd2..f331876 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,6 @@ jobs: runs-on: ubuntu-latest permissions: contents: read - packages: write steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -19,8 +18,6 @@ jobs: registry-url: 'https://registry.npmjs.org' cache: npm - run: npm ci - env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: npm run test:coverage - run: npm run build - run: npm publish