diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 7f43a86..8e817b7 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -39,6 +39,7 @@ jobs: with: files: artifacts.tar name: twelve-${{ github.sha }} + tag-name: tag-${{ github.ref }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}