Skip to content

Commit

Permalink
[SLS-14] Updated release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Cialini committed Apr 26, 2023
1 parent d1af928 commit 2e2e328
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 @@ -47,7 +47,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Make spring sample gradlew executable
run: chmod +x .gradlew
run: chmod +x ./gradlew
working-directory: ./samples/spring
- name: Run build with Gradle Wrapper on Spring Sample
run: ./gradlew bootJar
Expand Down

0 comments on commit 2e2e328

Please sign in to comment.