From 483aca8bc023ad9d2a08a053cdf9cd5a277c6c11 Mon Sep 17 00:00:00 2001 From: Gary Miller Date: Thu, 4 Mar 2021 11:21:29 +1100 Subject: [PATCH] short to long sha for release ci --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5d9085d..b623966 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Setup Stack - uses: timbod7/setup-stack@1f68f27 + uses: timbod7/setup-stack@1f68f27c99094a718fe60a2790550aafd042f729 - name: Clone project uses: actions/checkout@v2