Skip to content

Commit

Permalink
Merge branch 'main' of github.com:capdiem/BemIt
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem committed Jan 9, 2024
2 parents c986e15 + c8247fa commit 0775422
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Publish NuGet 2
uses: Rebel028/[email protected]
with:
Expand Down

0 comments on commit 0775422

Please sign in to comment.