We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5833961 commit 833a1c9Copy full SHA for 833a1c9
.github/workflows/ci-cd.yml
@@ -58,6 +58,9 @@ jobs:
58
settings-path: ${{ github.workspace }} # location for the settings.xml file
59
cache: 'maven'
60
61
+ - name: Make Maven wrapper executable
62
+ run: chmod +x mvnw
63
+
64
- name: Build and Deploy to GitHub Packages
65
run: ./mvnw --no-transfer-progress clean deploy -s $GITHUB_WORKSPACE/settings.xml
66
env:
0 commit comments