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 4373a28 commit 2e31c43Copy full SHA for 2e31c43
.github/workflows/hello-world-3.1.0.yml
@@ -223,7 +223,7 @@ jobs:
223
with:
224
allowUpdates: true
225
name: v${{ env.VERSION }} TEST
226
- #tag: ${{ env.VERSION }}
+ tag: ${{ env.VERSION }}-test1
227
artifacts: ./hello-world-deb-${{ env.VERSION }}+${{ env.BUILD_NUMBER }}.tar.gz
228
artifactContentType: application/tar+gzip
229
@@ -233,6 +233,6 @@ jobs:
233
234
generateReleaseNotes: true
235
236
+ tag: ${{ env.VERSION }}-test2
237
artifacts: ./hello-world-win-x64-${{ env.VERSION }}+${{ env.BUILD_NUMBER }}.zip
238
artifactContentType: application/zip
0 commit comments