Skip to content

Commit 900daa6

Browse files
Merge pull request #5 from abhishekmalvadkar/develop
Dev to Master
2 parents 719bfda + 122d486 commit 900daa6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
settings-path: ${{ github.workspace }} # location for the settings.xml file
5959
cache: 'maven'
6060

61+
- name: Make Maven wrapper executable
62+
run: chmod +x mvnw
63+
6164
- name: Build and Deploy to GitHub Packages
6265
run: ./mvnw --no-transfer-progress clean deploy -s $GITHUB_WORKSPACE/settings.xml
6366
env:

0 commit comments

Comments
 (0)