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 5829d30 commit 9245921Copy full SHA for 9245921
1 file changed
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
run: echo "VERSION=${GITHUB_REF_NAME:1}" >> $GITHUB_ENV
28
29
- name: create conan package
30
- run: conan create conanfile.py --name odrcore --verion ${VERSION} -s compiler.libcxx=libstdc++11 --build missing
+ run: conan create conanfile.py --name odrcore --version ${VERSION} -s compiler.libcxx=libstdc++11 --build missing
31
32
- name: upload to conan repo
33
run: conan upload "*" --remote odr --confirm
0 commit comments