diff --git a/.github/workflows/debian-release.yml b/.github/workflows/debian-release.yml index 40899875..ede3079f 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 $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 $VERSION