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 e3c16ea commit ff79935Copy full SHA for ff79935
.github/workflows/ci.yml
@@ -60,6 +60,7 @@ jobs:
60
- name: Disable pre- and post-publish actions
61
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
62
- uses: JS-DevTools/npm-publish@v1
63
+ if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
64
with:
65
token: ${{ secrets.NPM_TOKEN }}
66
tag: ${{ env.GITHUB_REF_SLUG }}
@@ -78,6 +79,7 @@ jobs:
78
79
80
81
82
83
84
85
tag: latest
0 commit comments