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
··· 56 56 environment: 57 57 58 58 command: | 59 + git checkout main 59 60 export GIT_SSH_COMMAND="ssh -i $HOME/.ssh/privkey -o IdentitiesOnly=yes" 60 61 if [ -f "tag" ]; then 61 62 TAG=$(cat tag)