We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d72c6 commit 7e634b0Copy full SHA for 7e634b0
1 file changed
.github/workflows/maven.yml
@@ -75,6 +75,14 @@ jobs:
75
with:
76
overwrite_mode: OverwriteExisting
77
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 }}
86
name: Java Maven Build
87
'on':
88
workflow_dispatch: {}
0 commit comments