From 64a6d5ecb939b745467fb23c6c412912d1e3de93 Mon Sep 17 00:00:00 2001 From: florianow <64468897+florianow@users.noreply.github.com> Date: Tue, 26 Sep 2023 09:28:49 +0200 Subject: [PATCH] chore: add macos e2e test --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4efcf2..3ebf4c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -127,7 +127,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - uses: workflow/nix-shell-action@v3 with: - packages: terragrunt,terraform-docs + flakes: terragrunt,terraform-docs - name: install collie env: COLLIE_VERSION: ${{ github.event.release.tag_name }}