Skip to content

Commit

Permalink
ci: 👷 add release env log
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSegullo committed Oct 26, 2024
1 parent ca4886e commit 00bc079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { hideBin } from 'yargs/helpers'
const yargs = yargsBuilder(hideBin(process.argv))

const release = async () => {
console.log("ENV: ", process.argv)
console.log("ENV: ", process.argv, process.env)
const options = await yargs
.version(false) // don't use the default meaning of version in yargs
.option('version', {
Expand Down

0 comments on commit 00bc079

Please sign in to comment.