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.
2 parents 8464251 + b8ecc6d commit 3f55e44Copy full SHA for 3f55e44
.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