Skip to content

Commit ed13fef

Browse files
Update .github/workflows/ci.yml
remove unneccessary steps Co-authored-by: Jesse Wright <63333554+jeswr@users.noreply.github.com>
1 parent 66e71ba commit ed13fef

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,5 @@ jobs:
104104
run: npm install -g npm@latest
105105
- name: Disable pre- and post-publish actions
106106
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
107-
- name: Clear npm authentication cache
108-
run: |
109-
rm -rf ~/.npm/_cacache || true
110-
rm -f ~/.npmrc || true
111-
- name: Verify npm version
112-
run: npm --version
113-
- name: Check npm configuration
114-
run: npm config list
115-
- name: Publish to npm
116107
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
117108
run: npm publish --tag latest

0 commit comments

Comments
 (0)