Skip to content

Commit 7ae2726

Browse files
authored
fix: publish pipeline (#12)
1 parent 6e2aff4 commit 7ae2726

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
cache: pnpm
2828
registry-url: 'https://registry.npmjs.org'
2929

30+
- run: npm install -g npm@latest
31+
3032
- run: pnpm install --frozen-lockfile
3133

3234
- name: Create Release Pull Request or Publish

packages/safe/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Zero-dependency, type-safe error handling using a result pattern for TypeScript",
55
"author": "cometloop",
66
"publishConfig": {
7-
"access": "public"
7+
"access": "public",
8+
"provenance": true
89
},
910
"license": "MIT",
1011
"repository": {

0 commit comments

Comments
 (0)