Fix release workflow - avoid downloading choco package in edges (#4638)

Added guard against trying to download choco package when not doing a
stable release.
This commit is contained in:
Alejandro Pedraza 2020-06-18 16:02:53 -05:00 committed by GitHub
parent d02359e094
commit ba420f2fac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ jobs:
echo ::set-env name=TAG::$(CI_FORCE_CLEAN=1 bin/root-tag)
extract_release_notes NOTES.md
- name: Download choco package
if: startsWith(github.ref, 'refs/tags/stable')
# actions/download-artifact@v1
uses: actions/download-artifact@18f0f59
with: