We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ac63c commit 66e71baCopy full SHA for 66e71ba
1 file changed
.github/workflows/ci.yml
@@ -81,14 +81,6 @@ jobs:
81
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
82
- name: Disable pre- and post-publish actions
83
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
92
- name: Publish to npm
93
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
94
run: npm publish --tag ${{ env.GITHUB_REF_SLUG }}
0 commit comments