From 620f652312f6842c05e088addcc9aaf850fdd97d Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Tue, 25 Oct 2022 18:44:27 +1000 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index dc122be..0a33f3d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -75,6 +75,15 @@ jobs: with: overwrite_mode: OverwriteExisting packages: ${{ steps.get_octopus_artifact.outputs.artifact }} + - name: Generate Octopus Deploy build information + uses: OctopusDeploy/push-build-information-action@v1 + env: + OCTOPUS_API_KEY: ${{ secrets.OCTOPUS_API_TOKEN }} + OCTOPUS_HOST: ${{ secrets.OCTOPUS_SERVER_URL }} + with: + version: ${{ steps.get_octopus_artifact.outputs.octoversion }} + packages: ${{ steps.get_octopus_artifact.outputs.artifact }} + overwrite_mode: OverwriteExisting - name: Create Octopus Release uses: OctopusDeploy/create-release-action@v1 with: