Skip to content

Commit 7f8d4ee

Browse files
authored
Update publish.yml
1 parent da02e7a commit 7f8d4ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
prefix: null
2323

2424
- 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 }}
2530

2631
- uses: haskell-actions/hackage-publish@v1.1
2732
with:

0 commit comments

Comments
 (0)