Skip to content

Commit

Permalink
🐛 Fix dotnet-publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrijnbeek authored Sep 26, 2023
1 parent 4d4380f commit c3a5581
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ on:
jobs:
dotnet-publish:
uses: beardgame/.github/.github/workflows/dotnet-publish.yml@main
with:
dotnet-version: |
3.1.x
6.0.x
secrets:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 comments on commit c3a5581

Please sign in to comment.