Skip to content

Commit

Permalink
forcing the latest version in npx
Browse files Browse the repository at this point in the history
  • Loading branch information
luiguild committed Oct 10, 2024
1 parent e0be774 commit 490cefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const getEnvByName = async (
const deploy = async (token: string) => {
core.info('☁️ Starting the Deploy using the Based CLI...')

await exec.exec('npx --yes @based/cli deploy', ['--api-key', token])
await exec.exec('npx --yes @based/cli@latest deploy', ['--api-key', token])

core.info('🎉 Success! Enjoy your fastest deploy ever!')
}
Expand Down

0 comments on commit 490cefb

Please sign in to comment.