Skip to content

Commit

Permalink
fix gh workflow (#114)
Browse files Browse the repository at this point in the history
* correct gh workflow

* update wf secret

Co-authored-by: Azure DevOps CI <[email protected]>
  • Loading branch information
f2calv and Azure DevOps CI authored Oct 8, 2022
1 parent c34c600 commit 05f2237
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
required: true
default: Release
options:
- Release
- Debug
- Release
- Debug
PublishPreview:
type: string
description: Publish preview branch?
Expand All @@ -32,4 +32,6 @@ jobs:
uses: f2calv/gha-workflows/.github/workflows/dotnet-publish-nuget-v1.yml@main
with:
BuildConfiguration: ${{ github.event.inputs.BuildConfiguration }}
PublishPreview: ${{ github.event.inputs.PublishPreview }}
PublishPreview: ${{ github.event.inputs.PublishPreview }}
secrets:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 comments on commit 05f2237

Please sign in to comment.