We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a10b6 commit 6c7c03fCopy full SHA for 6c7c03f
1 file changed
.github/workflows/publish.yml
@@ -29,8 +29,6 @@ jobs:
29
30
- name: 📦 setup .NET
31
uses: actions/setup-dotnet@v4
32
- with:
33
- global-json-file: src/global.json
34
35
- name: 🚀 publish nuget packages
36
run: dotnet nuget push "*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments