Skip to content

Commit 0cde618

Browse files
Update createrelease.yml
1 parent 61d721f commit 0cde618

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/createrelease.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -113,20 +113,6 @@ jobs:
113113
--deploymenttimeout 00:05:00
114114
--releasenotes "${{ steps.buildreleasenotes.outputs.releasenote }}"
115115
116-
- name: Create & Deploy Release in Octopus (Security Service (For Testing))
117-
if: ${{ github.event.release.prerelease == false }}
118-
run: >-
119-
octo create-release
120-
--server ${{ secrets.OCTOPUS_URL }}
121-
--apiKey ${{ secrets.OCTOPUS_APIKEY }}
122-
--project "Security Service (For Testing)"
123-
--version ${{ steps.get_version.outputs.VERSION }}
124-
--channel Default
125-
--deployTo Staging
126-
--waitfordeployment
127-
--deploymenttimeout 00:05:00
128-
--releasenotes "${{ steps.buildreleasenotes.outputs.releasenote }}"
129-
130116
- name: Build and Publish Nuget Packages
131117
if: ${{ github.event.release.prerelease == false }}
132118
run: |

0 commit comments

Comments
 (0)