We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da02e7a commit 7f8d4eeCopy full SHA for 7f8d4ee
.github/workflows/publish.yml
@@ -22,6 +22,11 @@ jobs:
22
prefix: null
23
24
- run: cabal sdist
25
+ - run: echo ${{ steps.autotag.outputs.created }}
26
+ - run: echo ${{ steps.autotag.outputs.name }}
27
+ - run: echo ${{ steps.autotag.outputs.version }}
28
+ - run: echo ${{ steps.autotag.outputs.version-tags }}
29
+ - run: echo ${{ steps.autotag.outputs.version-with-tags }}
30
31
- uses: haskell-actions/hackage-publish@v1.1
32
with:
0 commit comments