Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvetilian-ty committed Nov 7, 2022
1 parent 5e563f1 commit 47ef132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: 11

- name: Make gradlew executable
run: chmod +x ./gradlew
run: chmod +x ./gradlew

- name: Release build
run: ./gradlew :simple-eventhub:assembleRelease
Expand Down

0 comments on commit 47ef132

Please sign in to comment.