Skip to content

Commit

Permalink
Fix release python variable type for mac and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark-aquaveo committed Sep 22, 2020
1 parent 1d8c3df commit 444c304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Linux-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
CONAN_REFERENCE: 'xmscore/${{ steps.gitTag.outputs.tag }}'
XMS_VERSION: ${{ steps.gitTag.outputs.tag }}
CONAN_UPLOAD: https://conan.aquaveo.com
RELEASE_PYTON: 'True'
RELEASE_PYTHON: 'True'
if: startsWith(github.ref, 'refs/tags/')
# Build the Conan Package
- name: Build the Conan Packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Mac-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
CONAN_REFERENCE: 'xmscore/${{ steps.gitTag.outputs.tag }}'
XMS_VERSION: ${{ steps.gitTag.outputs.tag }}
CONAN_UPLOAD: https://conan.aquaveo.com
RELEASE_PYTON: 'True'
RELEASE_PYTHON: 'True'
if: startsWith(github.ref, 'refs/tags/')
# Build the Conan Package
- name: Build the Conan Packages
Expand Down

0 comments on commit 444c304

Please sign in to comment.