Skip to content

Commit f4e4993

Browse files
committed
chore: remove hardcoded gitTag from release.js
1 parent 11ac845 commit f4e4993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if (!process.env.CI && !TEST_BUILD) {
1414

1515
const isCI = process.env.CI;
1616
const githubRef = process.env.GITHUB_REF;
17-
const gitTag = 'v8.0.0'; getGithubTag();
17+
const gitTag = getGithubTag();
1818
const githubEventName = process.env.GITHUB_EVENT_NAME;
1919
const repoName = process.env.GITHUB_REPOSITORY;
2020

0 commit comments

Comments
 (0)