Fix hackage workflow

This commit is contained in:
Zubin Duggal 2022-04-21 14:13:18 +05:30 committed by wz1000
parent 641eed4dec
commit 4a761c64ab

View File

@ -163,4 +163,4 @@ jobs:
hackageToken: ${{ secrets.HACKAGE_AUTH_TOKEN }}
packagesPath: packages
# runs triggered by *-hackage branches will not publish packages definitely
publish: {{ github.event.inputs.publish == 'true' }}
publish: ${{ github.event.inputs.publish == 'true' }}