Skip to content

Commit 2e31c43

Browse files
authored
Added test tag
1 parent 4373a28 commit 2e31c43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

@@ -233,6 +233,6 @@ jobs:
233233
allowUpdates: true
234234
generateReleaseNotes: true
235235
name: v${{ env.VERSION }} TEST
236-
#tag: ${{ env.VERSION }}
236+
tag: ${{ env.VERSION }}-test2
237237
artifacts: ./hello-world-win-x64-${{ env.VERSION }}+${{ env.BUILD_NUMBER }}.zip
238238
artifactContentType: application/zip

0 commit comments

Comments
 (0)