1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-13 19:42:36 +02:00

Update release-android.js

This commit is contained in:
Laurent Cozic 2020-03-08 14:42:32 +00:00 committed by GitHub
parent 334cb23691
commit e5b8f149bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@ async function main() {
releaseFiles[releaseName] = await createRelease(releaseName, tagName, version, rcSuffix);
}
if (rcSuffix) {
if (!rcSuffix) {
console.info('Updating Readme URL...');
let readmeContent = await fs.readFile('README.md', 'utf8');