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 7e0de19 commit 1a61b93Copy full SHA for 1a61b93
.github/workflows/ci-cd.yaml
@@ -72,7 +72,7 @@ jobs:
72
git clone https://github.com/tclose/mrtrix3.git $MRTRIX_HOME/src
73
cd $MRTRIX_HOME/src
74
git checkout print-pydra-dev
75
- git tag -a $MRTRIX_VERSION -m"Tag used to create a pydra-task-mrtrix3 release"
+ git tag -a $MRTRIX_VERSION -m"Tag used to create a pydra-tasks-mrtrix3 release"
76
git describe --abbrev=0
77
# echo "MRTRIX_VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
78
# git checkout $MRTRIX_VERSION
0 commit comments