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

Major : first release

+1 -1
+1 -1
.tangled/workflows/next-tag.yml
··· 48 48 *) TYPE="" ;; 49 49 esac 50 50 51 - if [ $TYPE != "" ]; then 51 + if [ $TYPE ]; then 52 52 semver bump $TYPE $TAG > tag 53 53 fi 54 54