From fc4c437679866be1432879a822a516babcbbce69 Mon Sep 17 00:00:00 2001 From: repair Date: Mon, 22 Jan 2024 17:26:13 +0100 Subject: [PATCH] refactor: modified environment variables calls in steps --- .github/workflows/debian-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debian-release.yml b/.github/workflows/debian-release.yml index ede3079f..c3a3f48d 100644 --- a/.github/workflows/debian-release.yml +++ b/.github/workflows/debian-release.yml @@ -27,7 +27,7 @@ jobs: repository: barnumbirr/scaphandre-debian - name: Build package with version tag and Debian 11 Bullseye run : | - ./build.sh -v $VERSION + ./build.sh -v ${{ env.VERSION }} - name: Build package with version tag and Debian 12 Bookworm run: | - ./build.sh -i debian:bookworm-slim -v $VERSION + ./build.sh -i debian:bookworm-slim -v ${{ env.VERSION }}