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 a384662 commit 1632fa0Copy full SHA for 1632fa0
.github/workflows/main.yml
@@ -70,7 +70,7 @@ jobs:
70
if: ${{ contains(matrix.config.shards, '.') }}
71
- run: |
72
! shards --version
73
- if: ${{ matrix.config.shards == 'false' }}
+ if: ${{ contains(matrix.config.shards, 'false') }}
74
75
shards build
76
working-directory: test-project
.github/workflows/release.yml
0 commit comments