Skip to content

Commit 56766e2

Browse files
Update based on review feedback
1 parent 81eb502 commit 56766e2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
permissions:
1212
contents: read
13-
packages: write
1413
steps:
1514
- uses: actions/checkout@v4
1615
- uses: actions/setup-node@v4
@@ -19,8 +18,6 @@ jobs:
1918
registry-url: 'https://registry.npmjs.org'
2019
cache: npm
2120
- run: npm ci
22-
env:
23-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2421
- run: npm run test:coverage
2522
- run: npm run build
2623
- run: npm publish

0 commit comments

Comments
 (0)