Skip to content

Commit d65ff30

Browse files
Allowing publishing iceberg-catalog-sql in workflow. (#1473)
## Which issue does this PR close? - Closes #1460. ## What changes are included in this PR? Add iceberg-catalog-sql when publishing. ## Are these changes tested? No, simple github workflow change.
1 parent 46b38bb commit d65ff30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
- "crates/catalog/hms"
4444
- "crates/catalog/memory"
4545
- "crates/catalog/rest"
46-
# sql is not ready for release yet.
47-
# - "crates/catalog/sql"
46+
- "crates/catalog/sql"
4847
- "crates/integrations/datafusion"
4948
steps:
5049
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)