prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
1
fork

Configure Feed

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

fix provenance flag

Tyler 27c1fecd f0583380

+2 -1
+2 -1
.github/workflows/release.yml
··· 39 39 id: changesets 40 40 uses: changesets/action@v1 41 41 with: 42 - publish: pnpm exec changeset publish --provenance 42 + publish: pnpm exec changeset publish 43 43 version: pnpm exec changeset version 44 44 env: 45 45 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 46 + NPM_CONFIG_PROVENANCE: "true"