Skip to content

Commit

Permalink
chore: fix release workflow use correct package variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesRudolph committed Oct 16, 2023
1 parent 90c9bd7 commit 15a9d57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
- uses: rrbutani/use-nix-shell-action@v1
env:
NIXPKGS_ALLOW_UNFREE: 1 # terraform uses BSL license now, so we have to enable unfree
with:
packages: terraform,terragrunt,terraform-docs
- name: run test
env:
Expand All @@ -125,6 +126,7 @@ jobs:
- uses: rrbutani/use-nix-shell-action@v1
env:
NIXPKGS_ALLOW_UNFREE: 1 # terraform uses BSL license now, so we have to enable unfree
with:
packages: terraform,terragrunt,terraform-docs
- name: run test
env:
Expand Down

0 comments on commit 15a9d57

Please sign in to comment.