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"