Skip to content

Commit 6c7c03f

Browse files
authored
💚 fix publish action (#47)
1 parent 34a10b6 commit 6c7c03f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929

3030
- name: 📦 setup .NET
3131
uses: actions/setup-dotnet@v4
32-
with:
33-
global-json-file: src/global.json
3432

3533
- name: 🚀 publish nuget packages
3634
run: dotnet nuget push "*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)