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
regnault.dev
2 months ago
750e048d
1e45f7ce
0/1
next-tag.yml
failed
3s
+1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
next-tag.yml
+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
68
+
ls -la $HOME/.ssh
68
69
GIT_SSH_COMMAND="ssh -i $HOME/.ssh/privkey -o IdentitiesOnly=yes" git push --tags
69
70
fi