We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9e9d7e + c6a48d0 commit cc3745aCopy full SHA for cc3745a
.github/workflows/ci.yml
@@ -85,6 +85,11 @@ jobs:
85
env:
86
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87
88
+ - name: Setup .NET SDK
89
+ uses: actions/setup-dotnet@v4
90
+ with:
91
+ global-json-file: ./global.json
92
+
93
- name: Publish package
94
run: dotnet nuget push ${{github.workspace}}/artifacts/nuget-packages/*.nupkg
95
--source https://api.nuget.org/v3/index.json
0 commit comments