Skip to content

Commit 7ec599c

Browse files
Use startsWith
1 parent 6785c31 commit 7ec599c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# only upload binary artifact for current version
3030
- name: Upload gh-ost binary artifact
3131
uses: actions/upload-artifact@v3
32-
if: ${{ contains(steps.setup-go.outputs.go-version, '1.18') }}
32+
if: ${{ startsWith(steps.setup-go.outputs.go-version, '1.18') }}
3333
with:
3434
name: gh-ost
3535
path: bin/gh-ost

0 commit comments

Comments
 (0)