Skip to content

Commit

Permalink
Tweaks based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Apr 17, 2024
1 parent 7667a25 commit 8f2f01b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -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
Expand Down

0 comments on commit 8f2f01b

Please sign in to comment.