mirror of https://github.com/linkerd/linkerd2.git
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:
parent
d02359e094
commit
ba420f2fac
|
@ -247,6 +247,7 @@ jobs:
|
||||||
echo ::set-env name=TAG::$(CI_FORCE_CLEAN=1 bin/root-tag)
|
echo ::set-env name=TAG::$(CI_FORCE_CLEAN=1 bin/root-tag)
|
||||||
extract_release_notes NOTES.md
|
extract_release_notes NOTES.md
|
||||||
- name: Download choco package
|
- name: Download choco package
|
||||||
|
if: startsWith(github.ref, 'refs/tags/stable')
|
||||||
# actions/download-artifact@v1
|
# actions/download-artifact@v1
|
||||||
uses: actions/download-artifact@18f0f59
|
uses: actions/download-artifact@18f0f59
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue