From b4a22f25ac5182a26f7b6cc3f2014684d693b2c7 Mon Sep 17 00:00:00 2001 From: Mateusz Galazyn Date: Mon, 22 Apr 2024 10:40: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 9172cfd427..50c3613a00 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -238,7 +238,7 @@ jobs: - name: Create Release Tag id: create_release_tag - run: | + run: | echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT - name: Create Release