We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8bfe19 commit e5a61f9Copy full SHA for e5a61f9
.github/workflows/npm-publish.yml
@@ -15,6 +15,6 @@ jobs:
15
- uses: pnpm/action-setup@v4
16
- uses: actions/setup-node@v4
17
- run: pnpm build
18
- - run: pnpm publish
+ - run: pnpm publish --provenance --access public
19
env:
20
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
package.json
@@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/bryantleft/tw-border.git"
+ "url": "https://github.com/bryantleft/tw-border.git"
21
22
"license": "MIT",
23
"author": {
0 commit comments