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 5938b59 commit 1758e45Copy full SHA for 1758e45
scripts/release.js
@@ -122,7 +122,7 @@ async function afterSign(context) {
122
}
123
124
function getGithubTag() {
125
- const regExp = new RegExp('^refs\\/tags\\/(v\\d\\.\\d\\.\\d)$')
+ const regExp = new RegExp('^refs\\/tags\\/(v\\d+\\.\\d+\\.\\d+)$')
126
const result = regExp.exec(process.env.GITHUB_REF)
127
128
return result && result[1]
0 commit comments