We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f9f7f commit 04145b1Copy full SHA for 04145b1
1 file changed
.github/workflows/sample-publish.yml
@@ -33,8 +33,6 @@ jobs:
33
34
- name: Install peers and publish
35
working-directory: plugins/git-proxy-plugin-samples
36
- run: |
37
- npm install --include=peer
38
- npm publish --provenance --access=public
+ run: npm publish --provenance --access=public
39
env:
40
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments