Skip to content

Commit d19b64f

Browse files
authored
Update release.yml
1 parent 7da5c21 commit d19b64f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: dotnet build --no-restore
3333
- name: Test
3434
run: dotnet test --no-build --verbosity normal
35+
- name: Pack
36+
run: dotnet pack --configuration Release --no-build --output ./package
3537
- name: Push to github
3638
run: dotnet nuget push ./package/*.nupkg --source https://nuget.pkg.github.com/cadabra/index.json --api-key ${{ secrets.RECURRENCE_API_KEY }}
3739
- name: Push to NuGet

0 commit comments

Comments
 (0)