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