Skip to content
Snippets Groups Projects
Commit dcf1f1ec authored by Yaroslav Lobankov's avatar Yaroslav Lobankov Committed by Kirill Yukhin
Browse files

ci: fix code block indentation in pack-and-deploy

NO_DOC=ci
NO_TEST=ci
NO_CHANGELOG=ci
parent 9fe135c5
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,9 @@ runs:
# Deploy pre-release (since 2.10) and release packages. It's expected
# that no one will push tags are used for pre-releases and releases.
if ${{ ( startsWith(github.ref, 'refs/tags/2.') ||
startsWith(github.ref, 'refs/tags/3.') ) &&
!endsWith(github.ref, '-entrypoint') }}; then
if ${{ ( startsWith(github.ref, 'refs/tags/2.') ||
startsWith(github.ref, 'refs/tags/3.') ) &&
!endsWith(github.ref, '-entrypoint') }}; then
case ${{ github.ref }} in
# It's relevant since 2.10 only.
refs/tags/*-alpha*|refs/tags/*-beta*|refs/tags/*-rc*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment