mirror: A fast canonicalisation utility for stable object equality
0

Configure Feed

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

ci: dry-run should also stage publish

Marais Rossouw (Jun 24, 2026, 4:42 PM +1000) 0af1cd5b c721ba7c

+3 -1
+3 -1
.github/workflows/ci.yml
··· 41 41 registry-url: 'https://registry.npmjs.org' 42 42 43 43 - run: deno task build 44 - - run: npm publish --dry-run 44 + - run: | 45 + npm version patch 46 + npm stage publish --dry-run 45 47 working-directory: npm 46 48 - run: deno publish --no-check --dry-run 47 49