Skip to content

Commit a42db73

Browse files
committed
Don't create a release
1 parent f250d8c commit a42db73

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)