Skip to content

Commit 66e71ba

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

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ jobs:
8181
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
8282
- name: Disable pre- and post-publish actions
8383
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
84-
- name: Clear npm authentication cache
85-
run: |
86-
rm -rf ~/.npm/_cacache || true
87-
rm -f ~/.npmrc || true
88-
- name: Verify npm version
89-
run: npm --version
90-
- name: Check npm configuration
91-
run: npm config list
9284
- name: Publish to npm
9385
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
9486
run: npm publish --tag ${{ env.GITHUB_REF_SLUG }}

0 commit comments

Comments
 (0)