Skip to content

Commit 324cbf3

Browse files
committed
Re-enabled push to nuget
1 parent 2ed0476 commit 324cbf3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
do
4545
dotnet nuget push $f --source $GITHUB_FEED --api-key ${{github.token}} --skip-duplicate --no-symbols true
4646
done
47-
# - name: Push to NuGet Feed
48-
# run: |
49-
# for f in ./nupkg/*.nupkg
50-
# do
51-
# dotnet nuget push $f --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY
52-
# done
47+
- name: Push to NuGet Feed
48+
run: |
49+
for f in ./nupkg/*.nupkg
50+
do
51+
dotnet nuget push $f --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY
52+
done

0 commit comments

Comments
 (0)