We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326b6ab commit 61db770Copy full SHA for 61db770
1 file changed
.github/workflows/ci-cd.yml
@@ -27,7 +27,7 @@ jobs:
27
echo "REVISION=0.0.0-SNAPSHOT" >> $GITHUB_ENV
28
fi
29
- name: Build with Maven
30
- run: mvn -B package -s ${{ github.workspace }}/settings.xml -Drevision=${{ env.REVISION }} --file pom.xml
+ run: mvn -B package -Drevision=${{ env.REVISION }} --file pom.xml
31
32
publish:
33
if: startsWith(github.ref, 'refs/tags/')
@@ -44,7 +44,6 @@ jobs:
44
java-version: '25'
45
distribution: 'temurin'
46
server-id: github
47
- settings-path: ${{ github.workspace }}
48
- name: Publish to GitHub Packages
49
run: mvn -B deploy -DskipTests -Drevision=${{ github.ref_name }} --file pom.xml
50
env:
0 commit comments