From 6f80bf812ff72205d24344adf7257e717148d740 Mon Sep 17 00:00:00 2001 From: Clemens Schmid Date: Fri, 3 May 2024 15:21:00 +0200 Subject: [PATCH] added link to issue --- .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 777601a8..7de561c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: tagRegex: "v(.*)" tagRegexGroup: 1 - - name: Install stack on macOS, where it is not present + - name: Install stack on macOS, where it is not present (https://github.com/freckle/stack-action/issues/80) if: ${{ runner.os == 'macOS' }} run: curl -sSL https://get.haskellstack.org/ | sh