Skip to content

Commit

Permalink
refactor(cd): Deletes non necessary dependency install on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mfdebian committed Nov 23, 2023
1 parent 199dd44 commit fb3f8f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
node-version: 20
registry-url: 'https://registry.npmjs.org'
cache: npm
- run: npm ci
- run: npm publish --access public --tag next
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand All @@ -58,7 +57,6 @@ jobs:
node-version: 20
registry-url: 'https://registry.npmjs.org'
cache: npm
- run: npm ci
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit fb3f8f3

Please sign in to comment.