Skip to content

Commit

Permalink
Fix the release ci (#651)
Browse files Browse the repository at this point in the history
---

### Motivation

the release is using cloud package so we need to build with -Pcloud
  • Loading branch information
zymap committed Aug 6, 2024
1 parent 574795d commit 9a2822a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
version=`./scripts/get-version.sh`
mvn clean install -DskipTests
mvn clean install -DskipTests -Pcloud
echo "::set-output name=jar-file::pulsar-io-lakehouse-${version}-cloud.nar"
echo "::set-output name=readme-file::pulsar-io-lakehouse-readme.md"
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ data/

# Release dir
release/

.java-version

0 comments on commit 9a2822a

Please sign in to comment.