File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 2323 run : mvn clean verify -Dmaven.javadoc.skip=true
2424 - name : Publish Package
2525 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
26- run : mvn deploy -Dmaven.javadoc.skip=true -s .github/settings.xml
26+ run : mvn deploy -X - Dmaven.javadoc.skip=true -s .github/settings.xml
2727 env :
2828 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2929 GITHUB_ACTOR : ${{ github.actor }}
Original file line number Diff line number Diff line change 201201 </developer >
202202 </developers >
203203
204+ <distributionManagement >
205+ <repository >
206+ <id >github</id >
207+ <name >GitHub Packages</name >
208+ <url >https://maven.pkg.github.com/wtx-labs/woocommerce-api-client-java</url >
209+ </repository >
210+ <snapshotRepository >
211+ <id >github</id >
212+ <name >GitHub Packages</name >
213+ <url >https://maven.pkg.github.com/wtx-labs/woocommerce-api-client-java</url >
214+ </snapshotRepository >
215+ </distributionManagement >
216+
204217</project >
You can’t perform that action at this time.
0 commit comments