We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b48d5 commit b8ecc6dCopy full SHA for b8ecc6d
.github/workflows/dotnet.yml
@@ -55,7 +55,7 @@ jobs:
55
GITHUB_TOKEN: ${{ github.TOKEN }}
56
if: env.GITHUB_TOKEN != ''
57
run: |
58
- gh release create ${{env.CURRENT_VERSION}} ./GithubActionsHelloWorld/bin/Release/*.*nupkg --prerelease
+ gh release create ${{env.CURRENT_VERSION}} ./GithubActionsHelloWorld/bin/Release/*.*nupkg --generate-notes
59
deployTest:
60
if: github.ref != 'refs/heads/main'
61
runs-on: ubuntu-latest
@@ -83,5 +83,5 @@ jobs:
83
84
85
86
+ gh release create ${{env.CURRENT_VERSION}} ./GithubActionsHelloWorld/bin/Release/*.*nupkg --prerelease --generate-notes
87
0 commit comments