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 edb6635 commit f7aa177Copy full SHA for f7aa177
.github/workflows/ci.yml
@@ -52,6 +52,7 @@ jobs:
52
- name: Disable pre- and post-publish actions
53
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
54
- uses: JS-DevTools/npm-publish@v1
55
+ if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
56
with:
57
token: ${{ secrets.NPM_TOKEN }}
58
tag: ${{ env.GITHUB_REF_SLUG }}
@@ -70,6 +71,7 @@ jobs:
70
71
72
73
74
75
76
77
tag: latest
0 commit comments