Skip to content

Commit

Permalink
Add create release logic
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme committed Oct 27, 2023
1 parent 60ec389 commit fc857a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/library-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,9 @@ jobs:

- name: Publish dotnet package
run: cd sdk/dotnet && dotnet nuget push ${{github.workspace}}/sdk/dotnet/bin/Debug/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source "github"

- name: Create release
uses: ncipollo/release-action@v1
with:
generateReleaseNotes: true
skipIfReleaseExists: true

0 comments on commit fc857a9

Please sign in to comment.