Debug release.yml

This commit is contained in:
Murderlon 2025-07-31 16:41:37 +02:00
parent 35dca941fa
commit e970326cc2
No known key found for this signature in database
GPG key ID: 1FF861FF1DDBB953

View file

@ -30,6 +30,14 @@ jobs:
- name: Build
run: corepack yarn build
- name: Verify changeset patch is applied
run: |
if ! grep -q "yarn.*npm.*publish" node_modules/@changesets/cli/dist/changesets-cli.esm.js; then
echo "ERROR: Changeset patch is missing - yarn npm publish command not found"
exit 1
fi
echo "Patch verified: yarn npm publish command found"
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1