Skip to content

Commit f1cea65

Browse files
committed
remove npm install on release
1 parent 9c1521e commit f1cea65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
with:
1818
node-version: '20.x'
1919
registry-url: 'https://registry.npmjs.org'
20-
- run: npm ci
2120
- run: npm publish --provenance --access public
2221
env:
2322
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -33,7 +32,6 @@ jobs:
3332
with:
3433
node-version: '20.x'
3534
registry-url: 'https://npm.pkg.github.com'
36-
- run: npm ci
3735
- run: npm publish
3836
env:
3937
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)