File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 3636 - id : determine_version
3737 name : Determine Version
3838 uses :
gittools/actions/gitversion/[email protected] 39- - name : Install Octopus Deploy CLI
40- uses : OctopusDeploy/install-octopus-cli-action@v1
41- with :
42- version : latest
4339 - name : Install Dependencies
4440 run : dotnet restore
4541 shell : bash
@@ -143,28 +139,3 @@ jobs:
143139 draft : ' false'
144140 prerelease : ' false'
145141 target_commitish : ${{ github.sha }}
146- - name : Push packages to Octopus Deploy
147- uses : OctopusDeploy/push-package-action@v2
148- env :
149- OCTOPUS_API_KEY : ${{ secrets.OCTOPUS_API_TOKEN }}
150- OCTOPUS_HOST : ${{ secrets.OCTOPUS_SERVER_URL }}
151- with :
152- packages : ${{ steps.package.outputs.artifacts }}
153- overwrite_mode : OverwriteExisting
154- - name : Generate Octopus Deploy build information
155- uses : OctopusDeploy/push-build-information-action@v1
156- env :
157- OCTOPUS_API_KEY : ${{ secrets.OCTOPUS_API_TOKEN }}
158- OCTOPUS_HOST : ${{ secrets.OCTOPUS_SERVER_URL }}
159- with :
160- version : ${{ steps.determine_version.outputs.semVer }}
161- packages : RandomQuotes
162- overwrite_mode : OverwriteExisting
163- - name : Create Octopus Release
164- uses : OctopusDeploy/create-release-action@v1
165- with :
166- api_key : ${{ secrets.OCTOPUS_API_TOKEN }}
167- project : RandomQuotes
168- server : ${{ secrets.OCTOPUS_SERVER_URL }}
169- deploy_to : Development
170- packages : ${{ steps.package.outputs.versions_new_line }}
You can’t perform that action at this time.
0 commit comments