Skip to content

Commit

Permalink
Added test tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gh-andre authored Oct 15, 2022
1 parent 4373a28 commit 2e31c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hello-world-3.1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
with:
allowUpdates: true
name: v${{ env.VERSION }} TEST
#tag: ${{ env.VERSION }}
tag: ${{ env.VERSION }}-test1
artifacts: ./hello-world-deb-${{ env.VERSION }}+${{ env.BUILD_NUMBER }}.tar.gz
artifactContentType: application/tar+gzip

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

0 comments on commit 2e31c43

Please sign in to comment.