Skip to content

Commit

Permalink
refactor: modified environment variables calls in steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bdromard committed Jan 22, 2024
1 parent d4ba61b commit fc4c437
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 ${{ 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 }}

0 comments on commit fc4c437

Please sign in to comment.