diff --git a/.github/workflows/hackage.yml b/.github/workflows/hackage.yml index a5cc63fe1..f90518f5d 100644 --- a/.github/workflows/hackage.yml +++ b/.github/workflows/hackage.yml @@ -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' }}