Skip to content

Commit 4ed2fb5

Browse files
authored
Merge pull request #372 from karaoke-dev/andy840119-patch-1
Update deploy-pack.yml
2 parents a454039 + 4905288 commit 4ed2fb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-pack.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ jobs:
6767
with:
6868
name: osu-framework
6969
path: ${{steps.artifactsPath.outputs.nuget_artifacts}}\*.nupkg
70+
71+
- name: Publish packages to nuget.org
72+
run: dotnet nuget push ${{steps.artifactsPath.outputs.nuget_artifacts}}/*.nupkg --api-key ${{ secrets.NUGET_AUTH_TOKEN }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)