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