Skip to content

Commit

Permalink
Update publish-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pergerch authored Dec 6, 2021
1 parent 53279bc commit 9e56447
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
- name: Publish NuGet
id: publishNuGet
uses: brandedoutcast/[email protected]
Expand All @@ -35,4 +41,4 @@ jobs:
if: ${{steps.publishNuGet.outputs.SYMBOLS_PACKAGE_NAME != ''}}
with:
name: ${{steps.publishNuGet.outputs.SYMBOLS_PACKAGE_NAME}}
path: ${{steps.publishNuGet.outputs.SYMBOLS_PACKAGE_PATH}}
path: ${{steps.publishNuGet.outputs.SYMBOLS_PACKAGE_PATH}}

0 comments on commit 9e56447

Please sign in to comment.