Skip to content

Commit 61c968f

Browse files
authored
fix(scripts): released tag needs to be deleted (#1382)
1 parent fc64058 commit 61c968f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/codegen/spreadGeneration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ async function spreadGeneration(): Promise<void> {
8383
await run(
8484
`git fetch origin refs/tags/${RELEASED_TAG}:refs/tags/${RELEASED_TAG}`
8585
);
86+
await run(`git tag -d ${RELEASED_TAG}`);
8687
await run(`git push --delete origin ${RELEASED_TAG}`);
8788

8889
console.log('Creating new `released` tag for latest commit');

0 commit comments

Comments
 (0)