Skip to content

Commit 0f01013

Browse files
committed
chore: fix releases
1 parent d428c2a commit 0f01013

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ jobs:
3232
run: pnpm build
3333
- name: Test
3434
run: pnpm test
35-
- name: Generate changesets from commits (if none exist)
36-
run: |
37-
# Check if any changeset files exist (excluding README.md)
38-
if ! find .changeset -name "*.md" ! -name "README.md" 2>/dev/null | grep -q .; then
39-
npx changeset-conventional-commits
40-
fi
4135
- name: Run Changesets (version or publish)
4236
uses: changesets/action@v1.5.3
4337
with:

0 commit comments

Comments
 (0)