Skip to content

Commit d4ba61b

Browse files
committed
refactor: removed curly brackets for variable call for build script
1 parent a01720c commit d4ba61b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debian-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
repository: barnumbirr/scaphandre-debian
2828
- name: Build package with version tag and Debian 11 Bullseye
2929
run : |
30-
./build.sh -v {{ $VERSION }}
30+
./build.sh -v $VERSION
3131
- name: Build package with version tag and Debian 12 Bookworm
3232
run: |
33-
./build.sh -i debian:bookworm-slim -v {{ $VERSION }}
33+
./build.sh -i debian:bookworm-slim -v $VERSION

0 commit comments

Comments
 (0)