Skip to content

Commit 4403d91

Browse files
Merge pull request #31 from KamiYomu/develop
baget added (#30)
2 parents 97cb04f + af5eb3f commit 4403d91

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,13 @@ jobs:
128128
--source github \
129129
--skip-duplicate
130130
131+
- name: Push package to BaGet.KamiYomu.com
132+
run: |
133+
dotnet nuget push "./nugetPackage/**/*.nupkg" \
134+
--api-key "${{ secrets.GH_KAMIYOMU_BAGET_APIKEY }}" \
135+
--source "${{ secrets.GH_KAMIYOMU_BAGET_URL }}" \
136+
--skip-duplicate
137+
131138
- name: Push package to NuGet.org
132139
if: ${{ env.IS_PRERELEASE == 'false' }}
133140
run: |

0 commit comments

Comments
 (0)