Skip to content

Commit 1cabec0

Browse files
committed
Add --provenance
1 parent 02fc706 commit 1cabec0

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
registry-url: 'https://registry.npmjs.org'
2525
- run: pnpm install --frozen-lockfile
2626
- run: pnpm build
27-
- run: npm publish --access public
27+
- run: npm publish --access public --provenance

DEVELOPERS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Publishing
2+
3+
just push a new tag using e.g.
4+
5+
```
6+
pnpm version minor
7+
```

0 commit comments

Comments
 (0)