Skip to content

Commit 21ba250

Browse files
Merge branch 'fossillogic:main' into main
2 parents 0c95659 + be61f8e commit 21ba250

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conanfile_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ jobs:
6565
- name: Package
6666
run: |
6767
PKG_NAME=$(echo "${{ github.event.repository.name }}" | tr '-' '_')
68-
conan create . --name=$PKG_NAME --version=${{ github.ref_name }}
68+
PKG_VERSION=$(echo "${{ github.ref_name }}" | sed 's/^v//') # remove leading 'v'
69+
conan create . --name=$PKG_NAME --version=$PKG_VERSION

0 commit comments

Comments
 (0)