We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c072d12 commit aa1d3b3Copy full SHA for aa1d3b3
.github/workflows/release-please.yml
@@ -27,7 +27,7 @@ jobs:
27
registry-url: 'https://registry.npmjs.org'
28
if: ${{ steps.release.outputs.releases_created }}
29
- name: Install dependencies
30
- run: npm ci
+ run: CI=1 npm ci
31
working-directory: plugin
32
33
- run: npm publish
0 commit comments