ci(release): sync Nix pnpmDeps hash during release PR generation (#184)

- Add version:release script combining changeset version with Nix hash update
- Update release workflow to install Nix and use version:release
- Document updated hash refresh workflow in for-agents/workflows.md
- Include changeset for the fix
This commit is contained in:
Haozhe 2026-05-29 12:25:45 +08:00 committed by GitHub
parent 68df4b8b84
commit 3c18987c0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -51,12 +51,15 @@ jobs:
- name: Build packages
run: pnpm build
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
publish: pnpm changeset publish
version: pnpm changeset version
version: pnpm run version:release
commit: 'ci: release packages'
title: 'ci: release packages'
env: