Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
eemmiillyy committed Jul 18, 2024
1 parent e2eb1d6 commit ba9a21b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/release-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ const promoteS3 = async (platform: 'macos' | 'deb' | 'win', version: string) =>

// # This will sign files after `oclif pack deb`, this script should be ran from the `dist/deb` folder
const installDebCert = async () => {
await exec(`export GPG_TTY=$(tty)`);
await exec(`echo "$DEBIAN_GPG_KEY_PRIVATE" exists....`);
await exec(
`echo "$DEBIAN_GPG_KEY_PRIVATE" | base64 -d 2> /dev/null | gpg --import --batch --passphrase "$DEBIAN_GPG_KEY_PASS" 2> /dev/null`
);
Expand Down

0 comments on commit ba9a21b

Please sign in to comment.