diff --git a/.github/workflows/release-manual.yml b/.github/workflows/release-manual.yml index 28c802a38..caadd646c 100644 --- a/.github/workflows/release-manual.yml +++ b/.github/workflows/release-manual.yml @@ -43,7 +43,7 @@ jobs: # Ensure we are in publish mode by deleting any existing changesets. # The next publish step will only run properly if no changesets are detected. - name: Remove any new changesets since last versions - run: rm -rf .changeset/* + run: find .changeset -type f ! -name 'config.json' -delete # Check for and publish any new versions to NPM. - name: Publish to NPM and create GitHub releases id: changesets_release