Skip to content

Commit 3f55e44

Browse files
authored
Merge pull request #24 from stesee/GithubCliRelease
Add "--generate-notes"
2 parents 8464251 + b8ecc6d commit 3f55e44

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)