We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0485af commit f70b16eCopy full SHA for f70b16e
.github/workflows/OctoSubscriber-GHA-Maven.yml
@@ -94,3 +94,15 @@ jobs:
94
files: |
95
**/*
96
97
+ - name: Push process-message package to Maven feed
98
+ run: |
99
+ mvn deploy:deploy-file `
100
+ --batch mode `
101
+ "-DgroupId=com.octopus" `
102
+ "-DartifactId=OctopusSamples.process-message" `
103
+ "-Dversion=${{ env.PACKAGE_VERSION }}" `
104
+ "-Dpackaging=zip" `
105
+ "-Dfile=${{ github.workspace }}/artifacts/OctopusSamples.process-message.${{ env.PACKAGE_VERSION }}.zip" `
106
+ "-DrepositoryId=octopus-sales-public-release" `
107
+ "-Durl=s3://octopus-sales-public-maven-repo/snapshot" `
108
+ shell: pwsh
0 commit comments