Skip to content

Commit 8369a7b

Browse files
committed
build: github tag
1 parent f386184 commit 8369a7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/release.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ run('git add package.npm.json')
114114
run(`git commit -m "release: v${targetVersion}"`)
115115

116116
// Push to GitHub.
117-
// stepLog('\nPushing to GitHub...')
118-
// run(`git tag v${targetVersion}`)
119-
// run(`git push origin refs/tags/v${targetVersion}`)
117+
stepLog('\nPushing to GitHub...')
118+
run(`git tag v${targetVersion}`)
119+
run(`git push origin refs/tags/v${targetVersion}`)
120120
// run('git push')
121121

122122
successLog(`\nReleased successfully at v${targetVersion}`)

0 commit comments

Comments
 (0)