We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f4229 commit 3d3c88bCopy full SHA for 3d3c88b
2 files changed
.github/workflows/release.yml
@@ -23,6 +23,7 @@ jobs:
23
with:
24
node-version: 22
25
cache: pnpm
26
+ registry-url: 'https://registry.npmjs.org'
27
- run: pnpm install --frozen-lockfile
28
- run: pnpm run build
- - run: pnpm publish --access=public --no-git-checks
29
+ - run: pnpm publish --access=public --provenance --no-git-checks
package.json
@@ -15,9 +15,6 @@
15
"url": "https://github.com/grom-dev/effect-tg.git"
16
},
17
"keywords": ["effect", "telegram"],
18
- "publishConfig": {
19
- "provenance": true
20
- },
21
"exports": {
22
".": {
"types": "./dist/index.d.ts",
0 commit comments