Skip to content

Commit

Permalink
Fixed release to github pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanmaldegem committed May 8, 2024
1 parent b66b8fb commit d473154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release_to_github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ -z "$TAG_VERSION" ] ; then
fi

function convert_to_json() {
python -c 'import json,sys; print(json.dumps(sys.stdin.read().strip()))'
python3 -c 'import json,sys; print(json.dumps(sys.stdin.read().strip()))'
}

description="$(git tag -l -n999 --format='%(contents)' $TAG_VERSION | convert_to_json)"
Expand Down

0 comments on commit d473154

Please sign in to comment.