We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb53a80 commit 410e1acCopy full SHA for 410e1ac
lib/promote_release.js
@@ -196,7 +196,7 @@ export default class ReleasePromotion extends Session {
196
197
async verifyTagSignature(version) {
198
const { cli } = this;
199
- const verifyTagPattern = /gpg:[^\n]+\ngpg:\s+using RSA key ([^\n]+)\ngpg:\s+issuer "([^"]+)"\ngpg:\s+Good signature from "([^<]+) <\2>"/;
+ const verifyTagPattern = /gpg:[^\n]+\ngpg:\s+using \w+ key ([^\n]+)\ngpg:\s+issuer "([^"]+)"\ngpg:\s+Good signature from (?:"[^"]+"(?: \[ultimate\])?\ngpg:\s+aka )*"([^<]+) <\2>"/;
200
const [verifyTagOutput, haystack] = await Promise.all([forceRunAsync(
201
'git', ['--no-pager',
202
'verify-tag',
0 commit comments