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 733e2ce commit 0db803eCopy full SHA for 0db803e
.github/workflows/release-project.yml
@@ -56,7 +56,7 @@ jobs:
56
output_file: custom_maven_settings.xml
57
servers: '[{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]'
58
- name: Set version with Maven
59
- run: mvn -B versions:set -DprocessAllModules=true -DnewVersion=${{ steps.extract_tagname.outputs.tagname }}
+ run: ./mvnw -B versions:set -DprocessAllModules=true -DnewVersion=${{ steps.extract_tagname.outputs.tagname }}
60
env:
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
- name: Deploy with Maven to GitHub Packages and Docker Hub
0 commit comments