Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson authored Oct 25, 2022
1 parent eb7b640 commit 0d9aa0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Set up DotNET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: |-
3.1.x
5.0.x
6.0.x
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected].7
uses: gittools/actions/gitversion/[email protected].14
with:
versionSpec: 5.x
- id: determine_version
name: Determine Version
uses: gittools/actions/gitversion/[email protected].7
uses: gittools/actions/gitversion/[email protected].14
with:
additionalArguments: /overrideconfig mode=Mainline
- name: Install Octopus Deploy CLI
Expand Down Expand Up @@ -165,10 +165,10 @@ jobs:
packages: RandomQuotes
overwrite_mode: OverwriteExisting
- name: Create Octopus Release
uses: OctopusDeploy/create-release-action@v1.1.1
uses: OctopusDeploy/create-release-action@v1
with:
api_key: ${{ secrets.OCTOPUS_API_TOKEN }}
project: RandomQuotes
server: ${{ secrets.OCTOPUS_SERVER_URL }}
deploy_to: Dev
deploy_to: Development
packages: ${{ steps.package.outputs.versions_new_line }}

0 comments on commit 0d9aa0f

Please sign in to comment.