Skip to content

Commit

Permalink
chore: enable rc support in apt releases (twilio#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutiburman committed Jan 4, 2023
1 parent a31bf6b commit ee4cd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/pack-debian-apt.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ PATH=$PATH:$PWD/bin eval $(PATH=$PATH:$PWD/bin node -p "require('./package').scr
}

if (process.platform !== 'linux') throw new Error('must be run from linux')
const debVersion = `${pjson.version.split('-')[0]}-1`;
const debVersion = `${pjson.version}-1`;
//twilio-cli/dist/deb
const dist = qq.join(rootDir, 'dist','deb');
await qq.rm(dist);
Expand Down

0 comments on commit ee4cd96

Please sign in to comment.