We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2179c2 commit ff0ebe1Copy full SHA for ff0ebe1
1 file changed
.github/workflows/release.yml
@@ -115,7 +115,7 @@ jobs:
115
git config user.name "github-actions[bot]"
116
git config user.email "github-actions[bot]@users.noreply.github.com"
117
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
+ git add packages/ packages/ui/dist packages/ui-react/dist registry/ README.md AGENTS.md
119
git commit -m "release: v$VERSION"
120
git tag "v$VERSION"
121
git push --follow-tags
0 commit comments