Skip to content

Commit b8ecc6d

Browse files
authored
Add "--generate-notes"
1 parent c5b48d5 commit b8ecc6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
GITHUB_TOKEN: ${{ github.TOKEN }}
5656
if: env.GITHUB_TOKEN != ''
5757
run: |
58-
gh release create ${{env.CURRENT_VERSION}} ./GithubActionsHelloWorld/bin/Release/*.*nupkg --prerelease
58+
gh release create ${{env.CURRENT_VERSION}} ./GithubActionsHelloWorld/bin/Release/*.*nupkg --generate-notes
5959
deployTest:
6060
if: github.ref != 'refs/heads/main'
6161
runs-on: ubuntu-latest
@@ -83,5 +83,5 @@ jobs:
8383
GITHUB_TOKEN: ${{ github.TOKEN }}
8484
if: env.GITHUB_TOKEN != ''
8585
run: |
86-
gh release create ${{env.CURRENT_VERSION}} ./GithubActionsHelloWorld/bin/Release/*.*nupkg --prerelease
86+
gh release create ${{env.CURRENT_VERSION}} ./GithubActionsHelloWorld/bin/Release/*.*nupkg --prerelease --generate-notes
8787

0 commit comments

Comments
 (0)