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 f36a97c commit a260731Copy full SHA for a260731
.github/workflows/hello-world-3.1.0.yml
@@ -218,17 +218,6 @@ jobs:
218
asset_name: hello-world-win-x64-${{ env.VERSION }}+${{ env.BUILD_NUMBER }}.zip
219
asset_content_type: application/zip
220
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
-
232
- name: TEST RELEASE gz
233
uses: ncipollo/release-action@v1
234
with:
0 commit comments