We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d4281 commit f68ba42Copy full SHA for f68ba42
.github/workflows/ci.yml
@@ -67,6 +67,7 @@ jobs:
67
- name: Disable pre- and post-publish actions
68
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
69
- uses: JS-DevTools/npm-publish@v1
70
+ if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
71
with:
72
token: ${{ secrets.NPM_TOKEN }}
73
tag: ${{ env.GITHUB_REF_SLUG }}
@@ -85,6 +86,7 @@ jobs:
85
86
87
88
89
90
91
92
tag: latest
0 commit comments