Skip to content

Commit 7e634b0

Browse files
authored
Update maven.yml
1 parent 22d72c6 commit 7e634b0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ jobs:
7575
with:
7676
overwrite_mode: OverwriteExisting
7777
packages: ${{ steps.get_octopus_artifact.outputs.artifact }}
78+
- name: Create Octopus Release
79+
uses: OctopusDeploy/create-release-action@v1.1.1
80+
with:
81+
api_key: ${{ secrets.OCTOPUS_API_TOKEN }}
82+
project: Random Quotes
83+
server: ${{ secrets.OCTOPUS_SERVER_URL }}
84+
deploy_to: Development
85+
packages: ${{ steps.get_octopus_artifact.outputs.octoversion }}
7886
name: Java Maven Build
7987
'on':
8088
workflow_dispatch: {}

0 commit comments

Comments
 (0)