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 committed Mar 27, 2024
1 parent 31fee87 commit 9d95f37
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 9d95f37

Please sign in to comment.