A cli tool to upload an artifact to a tangled repo, mainly during spindle workflows
ci artifact spindle

Major

+1
+1
.tangled/workflows/next-tag.yml
··· 65 65 if [ -f "tag" ]; then 66 66 TAG=$(cat tag) 67 67 git tag -a $TAG -m "Release $TAG" 68 + ls -la $HOME/.ssh 68 69 GIT_SSH_COMMAND="ssh -i $HOME/.ssh/privkey -o IdentitiesOnly=yes" git push --tags 69 70 fi