From 4166d952f3f09574c2b88fcca8e71864857ab15d Mon Sep 17 00:00:00 2001 From: dtrai2 <95028228+dtrai2@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:10:28 +0100 Subject: [PATCH] fix build-version in dev release (#733) --- .github/workflows/publish-latest-dev-release-to-github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-latest-dev-release-to-github.yml b/.github/workflows/publish-latest-dev-release-to-github.yml index 00b5102cc..d50dd2f41 100644 --- a/.github/workflows/publish-latest-dev-release-to-github.yml +++ b/.github/workflows/publish-latest-dev-release-to-github.yml @@ -51,5 +51,5 @@ jobs: needs: create-github-prerelease secrets: inherit with: - build-version: ${{ github.ref_name }} + build-version: latest tags: "main, latest"