Skip to content

Commit

Permalink
ci: minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
sahani-deriv committed Jun 26, 2024
1 parent e32101c commit ad9a0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_versioning_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
const existingPR = pullRequests.find(pr => pr.title === 'chore(version): bump version and update changelog');
if (existingPR) {
core.setFailed(`Version bump pull request exists. Please merge that pr first to pass the check.: #${existingPR.number}`);
console.log("Version bump pull request exists. Please merge that pr first to pass the check.: #${existingPR.number}");
} else {
console.log("No version bump pull request found.");
}
Expand Down

0 comments on commit ad9a0a5

Please sign in to comment.