Skip to content

Commit a2e2456

Browse files
committed
Correct condition
1 parent 9c1526c commit a2e2456

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
@@ -141,7 +141,7 @@ jobs:
141141
cabal haddock --haddock-for-hackage
142142
143143
- name: "Upload package dist tarball"
144-
if: steps.get-hackage-version.outputs.exists != 'true' && matrix.ghc =="8.10.7"
144+
if: steps.get-hackage-version.outputs.exists != 'true' && matrix.ghc == '8.10.7'
145145
uses: actions/upload-artifact@v2
146146
with:
147147
name: ${{ matrix.package }}

0 commit comments

Comments
 (0)