Skip to content

Commit 326b6ab

Browse files
committed
Fix package publishing
1 parent f794f9f commit 326b6ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "REVISION=0.0.0-SNAPSHOT" >> $GITHUB_ENV
2828
fi
2929
- name: Build with Maven
30-
run: mvn -B package -Drevision=${{ env.REVISION }} --file pom.xml
30+
run: mvn -B package -s ${{ github.workspace }}/settings.xml -Drevision=${{ env.REVISION }} --file pom.xml
3131

3232
publish:
3333
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)