From ef38d3ec6a18c51695a590b19b7e0a2959576b7c Mon Sep 17 00:00:00 2001 From: Mateusz Galazyn Date: Mon, 22 Apr 2024 10:35:47 +0200 Subject: [PATCH] Remove fake pipe in GHA --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 0b275aaf41..0ef1de8a1f 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -207,7 +207,7 @@ jobs: - name: Create Release Tag id: create_release_tag - run: | + run: | echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT - name: Create Release