Skip to content

Commit e884bc2

Browse files
committed
Make dry-run test properly
1 parent 087a644 commit e884bc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/backfill-tags.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
160160
if (dryRun) {
161161
const preview = nextAvailableNameLocal(baseName);
162+
planned.set(preview, { sha, subject }); // reserve it so later duplicates get -a, -b, ...
162163
core.notice(`[DRY RUN] Would create tag "${preview}" -> ${sha} (${subject})`);
163164
continue;
164165
}

0 commit comments

Comments
 (0)