We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64133b commit eb64356Copy full SHA for eb64356
1 file changed
.github/workflows/maven.yml
@@ -131,6 +131,7 @@ jobs:
131
env:
132
OCTOPUS_API_KEY: ${{ secrets.OCTOPUS_API_TOKEN }}
133
OCTOPUS_URL: ${{ secrets.OCTOPUS_SERVER_URL }}
134
+ OCTOPUS_SPACE: ${{ secrets.OCTOPUS_SPACE }}
135
with:
136
packages: ${{ steps.get_octopus_artifact.outputs.artifact }}
137
overwrite_mode: OverwriteExisting
@@ -149,6 +150,7 @@ jobs:
149
150
151
152
153
154
155
project: SampleMavenProject-SpringBoot
156
packages: ${{ steps.get_octopus_artifact.outputs.octoversion }}
0 commit comments