We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e71ba commit ed13fefCopy full SHA for ed13fef
.github/workflows/ci.yml
@@ -104,14 +104,5 @@ jobs:
104
run: npm install -g npm@latest
105
- name: Disable pre- and post-publish actions
106
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
116
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
117
run: npm publish --tag latest
0 commit comments