Update latest stable tag to 0.8.13

Change-Id: Iecb6fa2202606cbec57355414998c91270cfc13c
This commit is contained in:
Eduardo Olivares
2025-07-04 09:51:31 +02:00
parent 41665ef992
commit 08aa8358b6

View File

@@ -12,7 +12,7 @@
vars:
deploy_dir: '{{ tobiko_src_dir | realpath }}'
deploy_git_repo: '{{ tobiko_git_repo }}'
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.8.12') }}"
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.8.13') }}"
deploy_git_remote: "{{ tobiko_git_remote | default('') }}"
when: create_tobiko_dir is changed