Skip to content

Commit

Permalink
[Fix][Workflows] Fix mvnw permission denied
Browse files Browse the repository at this point in the history
  • Loading branch information
zixi0825 authored Jun 3, 2024
1 parent 60dc63f commit a3eb958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
key: ${{ runner.os }}-maven
- name: Build and Package on ${{ matrix.java }}
run: |
chmod 777 ./mvnw
./mvnw -B clean install \
-Dspotless.skip=true \
Expand Down

0 comments on commit a3eb958

Please sign in to comment.