Skip to content

Commit 9245921

Browse files
committed
fix typo
1 parent 5829d30 commit 9245921

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: echo "VERSION=${GITHUB_REF_NAME:1}" >> $GITHUB_ENV
2828

2929
- name: create conan package
30-
run: conan create conanfile.py --name odrcore --verion ${VERSION} -s compiler.libcxx=libstdc++11 --build missing
30+
run: conan create conanfile.py --name odrcore --version ${VERSION} -s compiler.libcxx=libstdc++11 --build missing
3131

3232
- name: upload to conan repo
3333
run: conan upload "*" --remote odr --confirm

0 commit comments

Comments
 (0)