Skip to content

Commit

Permalink
refactor: removed curly brackets for variable call for build script
Browse files Browse the repository at this point in the history
  • Loading branch information
bdromard committed Jan 22, 2024
1 parent a01720c commit d4ba61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debian-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d4ba61b

Please sign in to comment.