We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97cb04f + af5eb3f commit 4403d91Copy full SHA for 4403d91
1 file changed
.github/workflows/release.yml
@@ -128,6 +128,13 @@ jobs:
128
--source github \
129
--skip-duplicate
130
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
+
138
- name: Push package to NuGet.org
139
if: ${{ env.IS_PRERELEASE == 'false' }}
140
run: |
0 commit comments