Thanks to visit codestin.com Credit goes to github.com
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 1d7baaf commit e98c47cCopy full SHA for e98c47c
1 file changed
scripts/release.ts
@@ -98,7 +98,7 @@ async function main () {
98
const allTags = tagsInput
99
.split(',')
100
.map(tag => tag.trim())
101
- .filter(Boolean)
+ .filter(Boolean) as [string, ...string[]]
102
103
console.info(`🚀 ${isNightly ? 'Nightly' : 'Regular'} release with tags: ${allTags.join(', ')}`)
104
0 commit comments