Skip to content

Commit 4373a28

Browse files
authored
Update hello-world-3.1.0.yml
1 parent a260731 commit 4373a28

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/hello-world-3.1.0.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,15 +223,16 @@ jobs:
223223
with:
224224
allowUpdates: true
225225
name: v${{ env.VERSION }} TEST
226-
tag: ${{ env.VERSION }}
226+
#tag: ${{ env.VERSION }}
227227
artifacts: ./hello-world-deb-${{ env.VERSION }}+${{ env.BUILD_NUMBER }}.tar.gz
228228
artifactContentType: application/tar+gzip
229229

230230
- name: TEST RELEASE zip
231231
uses: ncipollo/release-action@v1
232232
with:
233233
allowUpdates: true
234+
generateReleaseNotes: true
234235
name: v${{ env.VERSION }} TEST
235-
tag: ${{ env.VERSION }}
236+
#tag: ${{ env.VERSION }}
236237
artifacts: ./hello-world-win-x64-${{ env.VERSION }}+${{ env.BUILD_NUMBER }}.zip
237238
artifactContentType: application/zip

0 commit comments

Comments
 (0)