Skip to content

Commit

Permalink
refactor: specify version manually on git tag fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrickson-tyler committed Jul 22, 2024
1 parent ffdaac2 commit 85d9fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/c3-amazon-connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function getMostRecentGitTag(): Promise<string> {
return stdout.trim();
} catch (error) {
console.error('Error fetching the most recent git tag:', error);
return 'v?.?.?';
return 'v1.2.1';
}
}

Expand Down

0 comments on commit 85d9fbd

Please sign in to comment.