File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 4848 run : mvn -B --no-transfer-progress help:evaluate -Dexpression=project.version -q -DforceStdout
4949
5050 - name : Build and Publish Package
51- run : mvn -B --no-transfer-progress deploy
51+ run : mvn -B --no-transfer-progress -s src/main/resources/settings.xml deploy
5252 env :
5353 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ <settings xmlns =" http://maven.apache.org/SETTINGS/1.0.0"
2+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/SETTINGS/1.0.0
4+ https://maven.apache.org/xsd/settings-1.0.0.xsd" >
5+ <servers >
6+ <server >
7+ <id >github-common</id >
8+ <username >${env.GITHUB_USER}</username >
9+ <password >${env.GITHUB_TOKEN}</password >
10+ </server >
11+ </servers >
12+ </settings >
You can’t perform that action at this time.
0 commit comments