Skip to content

Commit e5a61f9

Browse files
committed
ci(git): add publish args
1 parent c8bfe19 commit e5a61f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- uses: pnpm/action-setup@v4
1616
- uses: actions/setup-node@v4
1717
- run: pnpm build
18-
- run: pnpm publish
18+
- run: pnpm publish --provenance --access public
1919
env:
2020
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "git+https://github.com/bryantleft/tw-border.git"
20+
"url": "https://github.com/bryantleft/tw-border.git"
2121
},
2222
"license": "MIT",
2323
"author": {

0 commit comments

Comments
 (0)