We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da5c21 commit d19b64fCopy full SHA for d19b64f
.github/workflows/release.yml
@@ -32,6 +32,8 @@ jobs:
32
run: dotnet build --no-restore
33
- name: Test
34
run: dotnet test --no-build --verbosity normal
35
+ - name: Pack
36
+ run: dotnet pack --configuration Release --no-build --output ./package
37
- name: Push to github
38
run: dotnet nuget push ./package/*.nupkg --source https://nuget.pkg.github.com/cadabra/index.json --api-key ${{ secrets.RECURRENCE_API_KEY }}
39
- name: Push to NuGet
0 commit comments