Bump notion

This commit is contained in:
Eric Allam
2023-03-02 15:48:45 +00:00
parent 2bb324752e
commit 6deabb21ba
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@trigger.dev/notion": patch
---
Bumping notion to release the new version
+1 -1
View File
@@ -75,7 +75,7 @@ async function updateTemplate(templateName) {
);
// Push to remote
await execAsync(`cd ${templateDir} && git push`);
await execAsync(`cd ${templateDir} && git push origin main`);
console.log(`Updated dependencies for template '${templateName}'`);
} else {