Skip to content

Commit ff0ebe1

Browse files
committed
ci: drop gitignored specs/openapi.json from release commit set
1 parent d2179c2 commit ff0ebe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
git config user.name "github-actions[bot]"
116116
git config user.email "github-actions[bot]@users.noreply.github.com"
117117
VERSION=$(node -p "require('./packages/ui/package.json').version")
118-
git add packages/ packages/ui/dist packages/ui-react/dist registry/ specs/openapi.json README.md AGENTS.md
118+
git add packages/ packages/ui/dist packages/ui-react/dist registry/ README.md AGENTS.md
119119
git commit -m "release: v$VERSION"
120120
git tag "v$VERSION"
121121
git push --follow-tags

0 commit comments

Comments
 (0)