Skip to content

Commit

Permalink
Remove hadoop dependencies and hadoop catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Feb 13, 2025
1 parent 2b48bed commit 2886c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
prerelease: true

- name: Publish ${{ env.RELEASE_NAME }} to GitHub Packages
run: mvn --batch-mode deploy
run: mvn clean package -Passembly --batch-mode deploy -Drevision=${{ env.RELEASE_NAME }} -Dmaven.test.skip=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 2886c18

Please sign in to comment.