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 90edb89 commit e6256a3Copy full SHA for e6256a3
.github/workflows/publish.yml
@@ -43,7 +43,6 @@ jobs:
43
- name: Publish to NPM Registry
44
run: |
45
cd packages/cli
46
- npm run build
47
npm publish --access public
48
env:
49
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
0 commit comments