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 11ac845 commit f4e4993Copy full SHA for f4e4993
scripts/release.js
@@ -14,7 +14,7 @@ if (!process.env.CI && !TEST_BUILD) {
14
15
const isCI = process.env.CI;
16
const githubRef = process.env.GITHUB_REF;
17
-const gitTag = 'v8.0.0'; getGithubTag();
+const gitTag = getGithubTag();
18
const githubEventName = process.env.GITHUB_EVENT_NAME;
19
const repoName = process.env.GITHUB_REPOSITORY;
20
0 commit comments