We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc64058 commit 61c968fCopy full SHA for 61c968f
scripts/ci/codegen/spreadGeneration.ts
@@ -83,6 +83,7 @@ async function spreadGeneration(): Promise<void> {
83
await run(
84
`git fetch origin refs/tags/${RELEASED_TAG}:refs/tags/${RELEASED_TAG}`
85
);
86
+ await run(`git tag -d ${RELEASED_TAG}`);
87
await run(`git push --delete origin ${RELEASED_TAG}`);
88
89
console.log('Creating new `released` tag for latest commit');
0 commit comments