Skip to content

Commit f99124e

Browse files
authored
Update publish.yml
1 parent 8e1fc5c commit f99124e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ jobs:
3939
cabal build --disable-tests --disable-benchmarks
4040
gh release create ${{ steps.autotag.outputs.name }} --prerelease || true
4141
gh release upload ${{ steps.autotag.outputs.name }} `cabal list-bin markdown-unlit` --clobber
42+
env:
43+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)