Skip to content

Commit a260731

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

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -218,17 +218,6 @@ jobs:
218218
asset_name: hello-world-win-x64-${{ env.VERSION }}+${{ env.BUILD_NUMBER }}.zip
219219
asset_content_type: application/zip
220220

221-
- name: TEST RELEASE
222-
uses: ncipollo/release-action@v1
223-
with:
224-
allowUpdates: true
225-
name: v${{ env.VERSION }} TEST
226-
tag: ${{ env.VERSION }}
227-
artifacts: |
228-
./hello-world-deb-${{ env.VERSION }}+${{ env.BUILD_NUMBER }}.tar.gz,
229-
./hello-world-win-x64-${{ env.VERSION }}+${{ env.BUILD_NUMBER }}.zip
230-
artifactContentType: 'application/tar+gzip, application/zip'
231-
232221
- name: TEST RELEASE gz
233222
uses: ncipollo/release-action@v1
234223
with:

0 commit comments

Comments
 (0)