Skip to content

Commit e3fea01

Browse files
authored
fix(ci): update pnpm to publish with provenance (#125)
2 parents 2e55b7e + 68ad8c7 commit e3fea01

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.changes/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
},
1212
"prepublish": ["pnpm i", "pnpm build"],
13-
"publish": ["pnpm publish --access public --no-git-checks"],
13+
"publish": ["pnpm publish --access public --no-git-checks --provenance"],
1414
"postversion": ["pnpm i --lockfile-only"],
1515
"postpublish": [
1616
"git tag ${ pkg.pkg }-v${ pkgFile.versionMajor } -f",

.github/workflows/covector-version-or-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
uses: jbolda/covector/packages/action@covector-v0
4343
id: covector
4444
env:
45-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4645
CARGO_AUDIT_OPTIONS: ${{ secrets.CARGO_AUDIT_OPTIONS }}
4746
with:
4847
token: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"dependencies": {
1010
"@biomejs/biome": "^1.9.4"
1111
},
12-
"packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0"
12+
"packageManager": "pnpm@10.33.0"
1313
}

0 commit comments

Comments
 (0)