Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson authored Oct 25, 2022
1 parent da50df2 commit 620f652
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 620f652

Please sign in to comment.