The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "HikeWise Release",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 10 * * 5"
}
]
}
},
"id": "release-trigger",
"name": "Friday 10am",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
250,
300
]
},
{
"parameters": {
"command": "cd /Users/jackenholland/AppDev/thetriage && python execution/version_bumper.py --action current"
},
"id": "check-version",
"name": "Check Version",
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {
"command": "cd /Users/jackenholland/AppDev/thetriage && python execution/eas_build_manager.py --action list --limit 1 --platform ios"
},
"id": "check-builds",
"name": "Check Recent Builds",
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
650,
300
]
},
{
"parameters": {
"content": "=Weekly Release Check Complete\n\nVersion: {{ $('Check Version').item.json.stdout }}\nBuilds: {{ $('Check Recent Builds').item.json.stdout }}",
"options": {}
},
"id": "summary",
"name": "Summary",
"type": "n8n-nodes-base.set",
"typeVersion": 3.2,
"position": [
850,
300
]
}
],
"connections": {
"Friday 10am": {
"main": [
[
{
"node": "Check Version",
"type": "main",
"index": 0
}
]
]
},
"Check Version": {
"main": [
[
{
"node": "Check Recent Builds",
"type": "main",
"index": 0
}
]
]
},
"Check Recent Builds": {
"main": [
[
{
"node": "Summary",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"tags": [
"hikewise",
"release",
"automation"
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
HikeWise Release. Uses executeCommand. Scheduled trigger; 4 nodes.
Source: https://github.com/Holajack/thetriage/blob/ed7289d6b2b93975f46407e7959f5baabff76968/n8n-workflows/release.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
HikeWise Swarm Trigger. Uses executeCommand. Scheduled trigger; 5 nodes.
ContextIQ Google Drive Sync. Uses executeCommand. Scheduled trigger; 2 nodes.
Backup n8n Workflows to /code. Uses executeCommand. Scheduled trigger; 2 nodes.
Complete backup solution that saves both workflows and credentials to local/server disk with optional FTP upload for off-site redundancy.