From c269fb0aaed50944114ae1d5a353e74e9f0ad7a4 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Sat, 23 Dec 2023 15:19:03 +0100 Subject: [PATCH] use intended 0.7.1 tag --- .github/workflows/basic_cli_build_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic_cli_build_release.yml b/.github/workflows/basic_cli_build_release.yml index 74a98c80a8..1cd480dbbd 100644 --- a/.github/workflows/basic_cli_build_release.yml +++ b/.github/workflows/basic_cli_build_release.yml @@ -11,7 +11,7 @@ env: # use .tar.gz for quick testing ARCHIVE_FORMAT: .tar.br # !! Make a new basic-cli git tag and set it here before starting this workflow - RELEASE_TAG: 0.7.0 + RELEASE_TAG: 0.7.1 jobs: prepare: