Skip to content

Commit a130d5e

Browse files
authored
Merge pull request #80 from IsaMorphic/feature/impl-ci-release
CI: auto generate GitHub release after tag push
2 parents a492387 + 9ecfe9d commit a130d5e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/nuget.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ jobs:
2929
run: dotnet pack --no-build --output build/
3030
- name: Publish to NuGet
3131
run: dotnet nuget push --api-key ${{ secrets.API_KEY }} --source nuget.org build/**/*.nupkg
32+
- name: Create new release
33+
uses: ncipollo/release-action@v1
34+
with:
35+
generateReleaseNotes: true

0 commit comments

Comments
 (0)