We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a338df1 commit 9790335Copy full SHA for 9790335
.github/workflows/nuget.yml
@@ -20,4 +20,5 @@ jobs:
20
- name: Push Nuget
21
working-directory: ./src/nuget
22
run: |
23
- nuget push *.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NPM_TOKEN }}
+ nuget push TempusDominus.*.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NPM_TOKEN }}
24
+ nuget push TempusDominus.scss.*.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NPM_TOKEN }}
0 commit comments