Skip to content

Commit

Permalink
Fix create release action (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
C0urante authored Mar 26, 2024
1 parent f83345b commit cc2871b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:

- name: Build
run: |
mvn install -DskipTests
mvn -f kcbq-connector clean package assembly:single@release-artifacts -DskipTests
export tar_file=$(ls ./kcbq-connector/target/ | grep tar)
Expand Down

0 comments on commit cc2871b

Please sign in to comment.