mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Debug release.yml
This commit is contained in:
parent
35dca941fa
commit
e970326cc2
1 changed files with 8 additions and 0 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue