Skip to content

Commit 3d3c88b

Browse files
committed
ci: fix release auth
1 parent 83f4229 commit 3d3c88b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
node-version: 22
2525
cache: pnpm
26+
registry-url: 'https://registry.npmjs.org'
2627
- run: pnpm install --frozen-lockfile
2728
- run: pnpm run build
28-
- run: pnpm publish --access=public --no-git-checks
29+
- run: pnpm publish --access=public --provenance --no-git-checks

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
"url": "https://github.com/grom-dev/effect-tg.git"
1616
},
1717
"keywords": ["effect", "telegram"],
18-
"publishConfig": {
19-
"provenance": true
20-
},
2118
"exports": {
2219
".": {
2320
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)