Skip to content

Commit cc3745a

Browse files
authored
add step (#7)
2 parents e9e9d7e + c6a48d0 commit cc3745a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ jobs:
8585
env:
8686
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8787

88+
- name: Setup .NET SDK
89+
uses: actions/setup-dotnet@v4
90+
with:
91+
global-json-file: ./global.json
92+
8893
- name: Publish package
8994
run: dotnet nuget push ${{github.workspace}}/artifacts/nuget-packages/*.nupkg
9095
--source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)