Skip to content

Commit 4a761c6

Browse files
committed
Fix hackage workflow
1 parent 641eed4 commit 4a761c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ jobs:
163163
hackageToken: ${{ secrets.HACKAGE_AUTH_TOKEN }}
164164
packagesPath: packages
165165
# runs triggered by *-hackage branches will not publish packages definitely
166-
publish: {{ github.event.inputs.publish == 'true' }}
166+
publish: ${{ github.event.inputs.publish == 'true' }}

0 commit comments

Comments
 (0)