We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1fc5c commit f99124eCopy full SHA for f99124e
.github/workflows/publish.yml
@@ -39,3 +39,5 @@ jobs:
39
cabal build --disable-tests --disable-benchmarks
40
gh release create ${{ steps.autotag.outputs.name }} --prerelease || true
41
gh release upload ${{ steps.autotag.outputs.name }} `cabal list-bin markdown-unlit` --clobber
42
+ env:
43
+ GH_TOKEN: ${{ github.token }}
0 commit comments