Skip to content

Commit

Permalink
#71 ci: Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling authored Sep 30, 2024
1 parent 38abfd1 commit 5f18537
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 @@ -79,7 +79,7 @@ jobs:
run: cd examples/custom-pipelines-hello-world && ./mvnw -B clean verify

- name: Build Example Project With Gradle
run: cd examples/custom-pipelines-hello-world && ./gradlew clean buid
run: cd examples/custom-pipelines-hello-world && ./gradlew clean build

- name: Release SDK
env:
Expand Down

0 comments on commit 5f18537

Please sign in to comment.