tangled
alpha
login
or
join now
regnault.dev
/
spindle-artifact
7
fork
atom
A cli tool to upload an artifact to a tangled repo, mainly during spindle workflows
ci
artifact
spindle
7
fork
atom
overview
issues
pulls
pipelines
Major : first release
regnault.dev
3 months ago
4700df87
d32f5cf5
0/1
next-tag.yml
failed
3s
+1
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
next-tag.yml
+1
-1
.tangled/workflows/next-tag.yml
···
48
48
*) TYPE="" ;;
49
49
esac
50
50
51
51
-
if [ $TYPE != "" ]; then
51
51
+
if [ $TYPE ]; then
52
52
semver bump $TYPE $TAG > tag
53
53
fi
54
54