Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: Set up publish with npm provenance (#161)

authored by

Phil Pluckthun and committed by
GitHub
8137f3a6 f056306d

+17 -1
+5
.changeset/slimy-trains-wink.md
··· 1 + --- 2 + 'wonka': patch 3 + --- 4 + 5 + Publish with npm provenance
+9 -1
.github/workflows/release.yml
··· 8 8 name: Release 9 9 runs-on: ubuntu-20.04 10 10 timeout-minutes: 20 11 + permissions: 12 + contents: write 13 + id-token: write 14 + issues: write 15 + repository-projects: write 16 + deployments: write 17 + packages: write 18 + pull-requests: write 11 19 steps: 12 20 - name: Checkout Repo 13 21 uses: actions/checkout@v3 ··· 22 30 - name: Setup pnpm 23 31 uses: pnpm/action-setup@v2.2.2 24 32 with: 25 - version: 7 33 + version: 8 26 34 run_install: false 27 35 28 36 - name: Get pnpm store directory
+3
package.json
··· 71 71 "./scripts/eslint-preset.js" 72 72 ] 73 73 }, 74 + "publishConfig": { 75 + "provenance": true 76 + }, 74 77 "devDependencies": { 75 78 "@changesets/cli": "^2.26.0", 76 79 "@changesets/get-github-info": "0.5.0",