Skip to content

Commit 6fedfb1

Browse files
Antony BaileyAntony Bailey
authored andcommitted
try this
1 parent 2885708 commit 6fedfb1

File tree

2 files changed

+7
-44
lines changed

2 files changed

+7
-44
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/release-tags.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,10 @@ jobs:
6565
generate_release_notes: true
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.TAG_TOKEN }}
68+
69+
- name: Publish NuGet packages
70+
run: |
71+
for f in ./packages/*.nupkg
72+
do
73+
dotnet nuget push "$f" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
74+
done

0 commit comments

Comments
 (0)