Skip to content

Commit 871d421

Browse files
authored
Update maven.yml
1 parent dce0dc1 commit 871d421

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ jobs:
127127
ls -la
128128
shell: bash
129129
- name: Push packages to Octopus Deploy
130-
uses: OctopusDeploy/push-package-action@v3
130+
uses: OctopusDeploy/push-package-action@fix/space-lookups
131131
env:
132132
OCTOPUS_API_KEY: ${{ secrets.OCTOPUS_API_TOKEN }}
133133
OCTOPUS_URL: https://mattc.octopus.app
134-
OCTOPUS_SPACE: Default
134+
OCTOPUS_SPACE: Test
135135
with:
136136
packages: ${{ steps.get_octopus_artifact.outputs.artifact }}
137137
overwrite_mode: OverwriteExisting

0 commit comments

Comments
 (0)