Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Jul 2, 2024
1 parent e1756c5 commit 17e8fc5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ const publish = async () => {
],
{ cwd: root, stdio: 'inherit' }
)
console.log('\nPublish to OVSE...\n')
await execa(
'npx',
['ovsx', 'publish', '--no-dependencies', '-p', process.env.OVSX_TOKEN!],
{ cwd: root, stdio: 'inherit' }
)
// console.log('\nPublish to OVSE...\n')
// await execa(
// 'npx',
// ['ovsx', 'publish', '--no-dependencies', '-p', process.env.OVSX_TOKEN!],
// { cwd: root, stdio: 'inherit' }
// )
} finally {
await fs.writeFile(pkgPath, rawJSON, 'utf-8')
}
Expand Down

0 comments on commit 17e8fc5

Please sign in to comment.