[READ-ONLY] Mirror of https://github.com/plttn/mkd.
0

Configure Feed

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

bump action

Jack Platten (May 24, 2026, 4:12 PM -0700) b38ac8f7 45e4abef

+1 -1
+1 -1
.github/workflows/publish.yaml
··· 19 19 node-version: "24" 20 20 registry-url: "https://registry.npmjs.org" 21 21 package-manager-cache: false # never use caching in release builds 22 - - uses: pnpm/action-setup@v4 22 + - uses: pnpm/action-setup@v6 23 23 - run: pnpm ci 24 24 - run: pnpm run build 25 25 - run: pnpm publish --access public --no-git-checks