Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
update mock
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon committed Oct 31, 2023
1 parent 27b550a commit 2e6a895
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/deploy/utils/git/tag/mock-tag-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ const deleteTag = (tag: string) => {

/**
* `pushTags` is a helper function that pushes tags to the remote.
* @returns true
*/
const pushTags = () => {
console.log(yellow("Dry run mode enabled. Pushing tags."));
return true;
};

export { createTagAndPush, getLatestTag, deleteTag, pushTags };

0 comments on commit 2e6a895

Please sign in to comment.