From adcef143f1e349af84f61f28f7fe055fd3721bbf Mon Sep 17 00:00:00 2001 From: kopackiw <26244440+kopackiw@users.noreply.github.com> Date: Tue, 8 Nov 2022 15:39:03 +0100 Subject: [PATCH] Bring back removed comment for clarity with new env --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 253783b96..80457c6cc 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -68,6 +68,8 @@ jobs: - name: Binaries | Compile run: cargo build --release --target ${{ matrix.target }} env: + # This lets our app know it's an "official" release. Otherwise we would get + # a version number like "fj-app 0.8.0 (8cb928bb, unreleased)" RELEASE_DETECTED: ${{ needs.calculate-release-flags.outputs.release-detected }} - name: Binaries | Prepare upload