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 a260731 commit 4373a28Copy full SHA for 4373a28
.github/workflows/hello-world-3.1.0.yml
@@ -223,15 +223,16 @@ jobs:
223
with:
224
allowUpdates: true
225
name: v${{ env.VERSION }} TEST
226
- tag: ${{ env.VERSION }}
+ #tag: ${{ env.VERSION }}
227
artifacts: ./hello-world-deb-${{ env.VERSION }}+${{ env.BUILD_NUMBER }}.tar.gz
228
artifactContentType: application/tar+gzip
229
230
- name: TEST RELEASE zip
231
uses: ncipollo/release-action@v1
232
233
234
+ generateReleaseNotes: true
235
236
237
artifacts: ./hello-world-win-x64-${{ env.VERSION }}+${{ env.BUILD_NUMBER }}.zip
238
artifactContentType: application/zip
0 commit comments