Skip to content

Commit

Permalink
[skip ci] add debug for "Label release issues" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Nov 10, 2023
1 parent 2ee179d commit 994ff1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/label-issues-in-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
);
if (releases[0].tagName !== process.env.TAG) {
core.info(`Current latest tag: ${ releases[0].tagName }`);
core.setFailed(`Release with tag ${ process.env.TAG } is not latest one.`);
return;
}
Expand Down

0 comments on commit 994ff1e

Please sign in to comment.