We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641eed4 commit 4a761c6Copy full SHA for 4a761c6
.github/workflows/hackage.yml
@@ -163,4 +163,4 @@ jobs:
163
hackageToken: ${{ secrets.HACKAGE_AUTH_TOKEN }}
164
packagesPath: packages
165
# runs triggered by *-hackage branches will not publish packages definitely
166
- publish: {{ github.event.inputs.publish == 'true' }}
+ publish: ${{ github.event.inputs.publish == 'true' }}
0 commit comments