We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04145b1 commit aa7c42cCopy full SHA for aa7c42c
2 files changed
.github/workflows/lint.yml
@@ -29,7 +29,7 @@ jobs:
29
fetch-depth: 0
30
31
- name: Install Dependencies
32
- run: npm install --workspaces
+ run: npm ci --workspaces
33
34
- name: Code Linting
35
run: |
.github/workflows/sample-publish.yml
@@ -31,7 +31,7 @@ jobs:
working-directory: plugins/git-proxy-plugin-samples
run: npm run build
- - name: Install peers and publish
+ - name: Publish git-proxy-plugin-samples
36
run: npm publish --provenance --access=public
37
env:
0 commit comments