We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b860a commit d06e885Copy full SHA for d06e885
2 files changed
.github/workflows/publish.yml
@@ -25,6 +25,6 @@ jobs:
25
- run: npm install -g npm@latest
26
- run: npm ci
27
- run: npm run build --if-present
28
- - run: npm publish
+ - run: npm publish --provenance --access public
29
env:
30
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,7 +1,10 @@
1
{
2
- "name": "learncli",
+ "name": "@pdebruin/learncli",
3
"version": "1.0.0",
4
"description": "A cross-platform command-line learning app",
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
8
"keywords": [
9
"cli",
10
"learning",
0 commit comments